{{ auth()->user()->tenant_name }} - Paryavaran Dut Filled Form @push('styles') @endpush
{{-- --}}
@foreach ($answers as $answer) @endforeach
Sr No Department Question Selected Answer Document 1 Document 2 Description Marks Obtained Field Action Action
{{ $loop->iteration }} {{ $answer->department?->name }} {{ $answer->selectedQuestion?->name }} {{ $answer->selectedOption?->name }} @if($answer->document_1) View File @endif @if($answer->document_2) View File @endif {!! Str::limit($answer->description, 90, '  view more') !!}   {{ $answer->marks_obtained }} @if($answer->fieldEditedForm) @endif
@push('scripts') {{-- Get Lat Long --}} {{-- View more button --}} @endpush
{{-- Add --}}