{{ __('Slug') }} | {{ __('Page Type') }} | {{ __('Default Language') }} | {{ __('Translation Progress') }} | {{ __('Status') }} | {{ __('ADS') }} | {{ __('Latest updates') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|---|
{{ $page->slug }}
|
{{ $page->type }} | @if (count( $page->translations ) == $total_lang) {{ count( $page->translations ) }}/{{ $total_lang }} @else {{ count( $page->translations ) }}/{{ $total_lang }} @endif | {{ ($page->page_status) ? __('Enabled') : __('Disabled') }} |
ads_status ? 'checked' : '' }}>
|
{{ $page->updated_at }} | @switch( $page->type ) @case('page') @break @case('contact') @case('report') @case('home') @break @endswitch | |
{{ __('No record found') }} |