@extends('../layout/' . $layout)
@section('subhead')
Report Types
@endsection
@section('subcontent')
Report Types
Add Report Type
@if ($totalRecords > 0)
@foreach ($reports as $report)
{!! $report['description'] !!}
@endforeach
@else
No Data Available
@endif
@if ($totalRecords > 0)
@if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of
{{ $totalRecords }} entries
@endif
@endif
Are You Sure?
You want Active!
{{-- --}}
@endsection
@section('script')
@endsection