Report Types manage
@if (\Session::has('success'))
@elseif(\Session::has('error'))
@endif
{{ \Session::get('success') }}
@elseif(\Session::has('error'))
{{ \Session::get('error') }}
@endif
Report Types Listing
manage report types...
| Id | Name | Action |
|---|---|---|
| {{$report->id}} | {{$report->report_name}} | Edit |
{!! $reports->links() !!}