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

SLGRC List

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