@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
| S.NO |
Page Title |
Page Description |
Action |
@if(count($pages)>0)
@foreach ($pages as $key=>$pages1)
| {{ $s }} |
{{ $pages1->page_title }} |
|
|
@endforeach
@else
| No record found! |
@endif
{{$pages->links()}}