@yield('title')
@@ -57,6 +55,7 @@ const lang = { file_manager: '{{ __('admin/file_manager.file_manager') }}', error_form: '{{ __('common.error_form') }}', + text_hint: '{{ __('common.text_hint') }}', } const config = { diff --git a/resources/beike/admin/views/pages/marketing/show.blade.php b/resources/beike/admin/views/pages/marketing/show.blade.php index 02bed31c..d409474c 100644 --- a/resources/beike/admin/views/pages/marketing/show.blade.php +++ b/resources/beike/admin/views/pages/marketing/show.blade.php @@ -15,30 +15,46 @@ $data = $plugin['data']; @endphp{{ __('admin/marketing.marketing_show') }}
{{ __('admin/marketing.marketing_show') }}
{{ $data['name'] }}
+{{ $data['name'] }}
 }})
 }})
 }})
 }})
{{ __('admin/marketing.download_description') }}
{{ __('admin/marketing.download_description') }}
| ID | -{{ __('common.title') }} | -{{ __('common.status') }} | -{{ __('common.created_at') }} | -{{ __('common.updated_at') }} | - @hook('admin.page.list.column') -{{ __('common.action') }} | -
|---|---|---|---|---|---|
| {{ $item['id'] }} | -- - | -- {{ $item['active'] ? __('common.enable') : __('common.disable') }} - | -{{ $item['created_at'] }} | -{{ $item['updated_at'] }} | - @hook('admin.page.list.column_value') -- {{ __('common.edit') }} - - @hook('admin.page.list.action') - | -
| ID | +{{ __('common.title') }} | +{{ __('common.status') }} | +{{ __('common.created_at') }} | +{{ __('common.updated_at') }} | + @hook('admin.page.list.column') +{{ __('common.action') }} | +
|---|---|---|---|---|---|
| {{ $item['id'] }} | ++ + | ++ {{ $item['active'] ? __('common.enable') : __('common.disable') }} + | +{{ $item['created_at'] }} | +{{ $item['updated_at'] }} | + @hook('admin.page.list.column_value') ++ {{ __('common.edit') }} + + @hook('admin.page.list.action') + | +
| ID | -{{ __('common.title') }} | -{{ __('common.status') }} | -{{ __('common.created_at') }} | -{{ __('common.updated_at') }} | - @hook('admin.page.list.column') -{{ __('common.action') }} | -
|---|---|---|---|---|---|
| {{ $page['id'] }} | -- - | -- {{ $page['active'] ? __('common.enable') : __('common.disable') }} - | -{{ $page['created_at'] }} | -{{ $page['updated_at'] }} | - @hook('admin.page.list.column_value') -- {{ __('common.edit') }} - - @hook('admin.page.list.action') - | -
| ID | +{{ __('common.title') }} | +{{ __('common.status') }} | +{{ __('common.created_at') }} | +{{ __('common.updated_at') }} | + @hook('admin.page.list.column') +{{ __('common.action') }} | +
|---|---|---|---|---|---|
| {{ $page['id'] }} | ++ + | ++ {{ $page['active'] ? __('common.enable') : __('common.disable') }} + | +{{ $page['created_at'] }} | +{{ $page['updated_at'] }} | + @hook('admin.page.list.column_value') ++ {{ + __('common.edit') }} + + @hook('admin.page.list.action') + | +
| {{ __('admin/plugin.plugin_code') }} | @@ -24,7 +24,7 @@||
|---|---|---|
| @{{ plugin.code }} | @{{ plugin.type_format }} | @@ -54,6 +54,13 @@ |