@extends('admin/layouts/default') @section('title') Reports @parent @stop {{-- Page content --}} @section('content')

Reports

@include('flash::message')

Report List


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