{{ __('Settings') }}
@include('admin.setting.sidebar')
{{ @$pageTitle }}
{{ __('Name') }} | {{ __('Image') }} | {{ __('Title') }} | {{ __('Summary') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ $corePage->name }} |
|
{{ $corePage->title }} | {{ Str::limit($corePage->summary, 100, '...') }} |
@if ($corePage->status == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
|