@include('layouts.header', ['title' => 'Allotment Letter'])
@include('layouts.navbar') @include('layouts.sidebar')
@include('components.project-details', ['project' => $project])
@if ($allotments->isEmpty()) @else @foreach ($allotments as $allotment) @endforeach @endif
Sr. 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
@if ($allotment->annexureTwo->survey_id) @else @endif
{{-- --}}
@include('layouts.footer')
@include('admin.load-datatable')