@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@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 != '') @if(stripos($key, "file_name") !== false) @else @endif @endif @endforeach
{{ucwords(str_replace('_', ' ', $key))}} {{$value}} Download {{$value}}
@endsection @section('customJs') @endsection @section('documentJquery') @endsection