@if ($filterType !== 'B11')
Download Survey Excel {{--
--}}
@endif
{{--

Structure-related information (for household only)

--}} @if (empty($structuredData)) @else @foreach ($structuredData as $index => $row) @endforeach @endif
Sl. No. Type of use
Area of structure (in SQ. MTS.)
Residential Commercial Residential cum Commercial Others Total
N % N % N % N % N %
No Records Found
{{ $index + 1 }} {{ $row['area_category'] }} {{ $row['Residential'] }} {{ $row['Residential_percent'] }}% {{ $row['Commercial'] }} {{ $row['Commercial_percent'] }}% {{ $row['Residential cum Commercial'] }} {{ $row['Residential cum Commercial_percent'] }}% {{ $row['Others'] }} {{ $row['Others_percent'] }}% {{ $row['Total'] }} {{ $row['Total_percent'] }}%
Total {{ $totalCounts['Residential'] }} 100% {{ $totalCounts['Commercial'] }} 100% {{ $totalCounts['Residential cum Commercial'] }} 100% {{ $totalCounts['Others'] }} 100% {{ $totalCounts['Total'] }} 100%
{{-- --}}