@php $publicPath = public_path('storage/uploads/research/' .$id. '/'); @endphp
@if(session('isAdmin')) Download CSV @elseif(Session::has('student_id') && Session::get('student_id')==$student_id ) Download CSV @else @endif
@foreach($allFormData as $key=>$value) @if($value != null || $value != '') @if(stripos($key, "file_name") !== false) @else @endif @endif @endforeach
{{ucwords(str_replace('_', ' ', $key))}} {{$value}} @if(session('isAdmin')) Download @elseif(Session::has('student_id') && Session::get('student_id')==$student_id ) Download @else @endif {{$value}}