@if($row->homepage) @endif {{ $value }} @if($row->new_version || ! $row->version) New @endif
@if($row->type === Dcat\Admin\Extend\ServiceProvider::TYPE_THEME) {{ trans('admin.theme') }} @endif @if($row->version) @if($row->type === Dcat\Admin\Extend\ServiceProvider::TYPE_THEME) | @endif @if($row->enabled) {!! $disableAction !!} @else {!! $enableAction !!} @endif | {!! $uninstallAction !!} @endif