@if(isset($filterType) && $filterType == 'A5')
Download Survey Excel {{--
Reset
--}}
@endif

Basic data of those working in commercial establishment

@foreach ($surveys as $key => $survey) @foreach ($survey->commercialEmployees as $employee) @endforeach @endforeach
Sl. No. Map No. Identification No. Map Location Name of Employee's/Owner Age Literacy Status Class Attended Travel time from residence Monthly Turnover (In Rs.) Nature of Work Action
{{ $key+1 }} {{ $survey->map_id ?? 'N/A' }} {{ $survey->structure_id ?? 'N/A' }} {{ $survey->map_location ?? 'N/A' }} {{ $employee->emp_name ?? 'N/A' }} {{ is_numeric($employee->age) ? $employee->age : 'N/A' }} {{ $employee->literacy_status ?? 'N/A' }} {{ $employee->class_attended ?? 'N/A' }} {{ $employee->travel_time_from_residence ?? 'N/A' }} {{ $employee->monthlyRange->range ?? 'N/A' }} {{ $employee->nature_of_work ?? 'N/A' }}
{{-- Pagination --}} {{--
{{ $surveys->links() }}
--}}
{{-- --}}