@extends('admin.layouts.master') @section('title', __('all_pages')) @section('content')

{{__('all_pages') }}

@can('admin.website.page.add') {{__('add_page') }} @endcan
@forelse($pages as $key => $page) @if($page->id == 7) @else @endif @empty @endforelse
# {{__('title') }} {{__('link') }} {{__('status') }} {{__('option') }}
{{ ++$key }} {{ $page->lang_title }}{{ url($page->link) }} {{ url('page/' . $page->link) }}
status == 1) ? 'checked' : '' }} data-id="{{$page->id}}" value="pages-status/{{$page->id}}" id="customSwitch2-{{$page->id}}">
{{ __("no_data_available") }}
@if($pages->total() > 0) @endif
@include('admin.common.delete-script') @endsection