@extends('admin.template.master') @section('title', $title) @section('content')
{{-- --}}

Pages List

@include('admin.partials.flash_message') @if(count($content) > 0) @foreach($content as $k=>$u) @endforeach @else @endif
S.No Page Action
{{ ++$k }} {{ $u->name }}  
No Data Found
S.No Page Action
@endsection