@include('flash::message')
Report List
S.No |
Reports |
View |
@php $sl=1;@endphp
@foreach($reports as $key => $value)
@if(Sentinel::hasAccess('admin.reports.'.$key) || Sentinel::inRole('admin'))
{{$sl++}} |
{{$value}}
|
|
@endif
@endforeach
@stop
@section('footer_scripts')