@include('layouts.header', ['title' => 'Annexure - II Commercial List'])
@include('layouts.navbar') @include('layouts.sidebar')
@include('components.project-details', ['project' => $project])

Annexure - ii Commercial List

{{-- NEW Table from AnnexureTwo --}} {{-- --}} @foreach ($annexureTwos as $item) @if ($item->allotment_status === 1) @continue @endif {{-- --}} @endforeach
Sl. No. Map No. Identification No Address Name of Owner Affected Area Structure Use Eligibility StatusStatusAllotment Action
{{ $loop->iteration }} {{ $item->map_id ?? 'N/A' }} {{ $item->structure_id ?? 'N/A' }} {{ $item->address ?? 'N/A' }} @if ($item->new_owner_name) {{ $item->owner_name }} {{ $item->new_owner_name }} @else {{ $item->owner_name ?? 'N/A' }} @endif {{ $item->carpet_area ?? 'N/A' }} @switch($item->structure_use) @case('1') Residential @break @case('2') Commercial @break @case('3') Resi-Cum-Comm @break @case('4') Others @break @default N/A @endswitch {{ $item->eligibility_status ?? 'N/A' }} {{ $item->status ?? ucfirst($item->status) }}
@include('layouts.footer')
@include('admin.load-datatable')