Allotment Letter List
Download Allotment LetterSr. No. | Map ID | Structure ID | Lottery Date | Room No | Name of the Occupant of Structure | Allotment Letter | Taba Pavti | Action | |
---|---|---|---|---|---|---|---|---|---|
No Records Found | |||||||||
{{ $loop->iteration }} {{-- | {{ $loop->iteration + ($surveys->currentPage() - 1) * $surveys->perPage() }} --}} | {{ $allotment->annexureTwo->map_id ?? '-' }} | {{ $allotment->annexureTwo->structure_id ?? '-' }} | @if ($allotment->lottery?->created_at) {{ $allotment->lottery->created_at->format('d M Y') }} @else N/A @endif | {{ $allotment->inventoryBuildingRoom->room_no }} | {{ $allotment->annexureTwo->new_owner_name ?? ($allotment->annexureTwo->owner_name ?? '-') }} | @if ($allotment->indemnity_bond) @else N/A @endif |
{{ $surveys->appends(request()->query())->links('pagination::bootstrap-5') }}
--}}