@extends('layouts.admin') @section('content')

{{ __('Page List') }}

{{ __('Add Page') }}
@foreach($pages as $page) @endforeach
{{ __('Title') }} {{ __('URL') }} {{__('Action')}}
{{$page->en_title}} {{ route('page', $page->slug) }}
{{$pages->links()}}
@endsection @push('style') @endpush @push('script') @endpush