@include('admin.includesV2.adminHeader',
[
'pageRoute' => route('researchList'),
'pageName' => 'Research List',
'pageHeader'=> 'List items',
])
@php
$publicPath = public_path('storage/uploads/research/' .$id. '/');
@endphp
@foreach($allFormData as $key=>$value)
@if($value != null || $value != '')
{{ucwords(str_replace('_', ' ', $key))}} | @if(stripos($key, "file_name") !== false){{$value}} Download | @else{{$value}} | @endif