@extends('../layout/' . $layout) @section('subhead') Report Types @endsection @section('subcontent')

Report Types

Add Report Type
@csrf
@if (!$searchString) @else @endif
@if ($totalRecords > 0)
@foreach ($reports as $report)
{!! $report['description'] !!}
@endforeach
@else
report

No Data Available

@endif @if ($totalRecords > 0) @if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@endif {{-- --}} @endsection @section('script') @endsection