@forelse ($pages as $page) @empty @endforelse
{{ __('SN') }} {{ __('Title') }} {{ __('Slug') }} {{ __('Items') }} {{ __('Status') }} {{ __('Action') }}
{{ $loop->index + 1 }} {{ $page->title }} {{ $page->slug }} {{ $page->items_count }} status ? 'checked' : '' }} data-toggle="toggle" data-onlabel="{{ __('Active') }}" data-offlabel="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger"> @if (!in_array($page->slug,['terms-contidions', 'privacy-policy'])) @endif
{{ $pages->onEachSide(0)->links() }}