{{ auth()->user()->tenant_name }} - Janjagruti Filled Form @push('styles') @endpush
{{-- --}}
@foreach ($answers as $answer) @endforeach
Sr No Department Question Description Picture Video Marks Obtained Field Action Action
{{ $loop->iteration }} {{ $answer->department?->name }} {{ $answer->selectedQuestion?->name }} {!! Str::limit($answer->description, 90, '  view more') !!}   @if($answer->picture) View File @endif @if($answer->video) View File @endif {{ $answer->marks_obtained }} @if($answer->fieldEditedForm) @endif
@push('scripts') {{-- Open edit modal --}} {{-- Get Lat Long --}} {{-- View more button --}} @endpush
{{-- Add --}}