@include('layouts.header', ['title' => 'FLGRC List'])
@include('layouts.navbar') @include('layouts.sidebar')

FLGRC List

{{-- @can('add_agency') --}} FLGRC INWARD {{-- @endcan --}}
Reset
@forelse ($flgrcs as $index => $flgrc) @empty @endforelse
Sl. No. Map No. Structure Id Occupant Name Affected Area Property Type FLGRC Details Hearing PAP Details
{{ $index + 1 }} {{ $flgrc->map_no ?? 'N/A' }} {{ $flgrc->structure_id ?? 'N/A' }} {{ $flgrc->occupant_name ?? 'N/A' }} {{ $flgrc->project_name ?? 'N/A' }} {{ $flgrc->property_type ?? 'N/A' }} Edit View @if (!empty($flgrc->survey_id)) @else N/A @endif
No FLGRC records found.
{{ $flgrcs->appends(request()->query())->links('pagination::bootstrap-5') }}
@include('layouts.footer')