@if ( $auth_pages->isNotEmpty() ) @foreach ($auth_pages as $auth_page) @endforeach @else @endif
{{ __('Page Name') }} {{ __('Status') }} {{ __('Latest updates') }} {{ __('Action') }}
{{ $auth_page->name }} {{ ($auth_page->status) ? __('Enabled') : __('Disabled') }} {{ $auth_page->updated_at }} {{ __('Enable') }} {{ __('Disable') }}
{{ __('No record found') }}