@include('include.message')
| {{ __('ID') }} |
{{ __('Title') }} |
{{ __('Slug') }} |
{{ __('Show in footer') }} |
{{ __('Action') }} |
@foreach ($pages as $key => $value)
| {{ $value->id }} |
{{ $value->title }} |
{{ $value->slug }} |
{{ ucfirst($value->footer) }} |
|
@endforeach
| {{ __('ID') }} |
{{ __('Title') }} |
{{ __('Slug') }} |
{{ __('Show in footer') }} |
{{ __('Action') }} |