@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@include('admin.includesV2.adminHeader', [ 'pageRoute' => route('researchList'), 'pageName' => 'Research List', ])
Research Info
Date & Time Student ID Name Contact Email Action
@endsection @section('customJs') {{-- @php $deleteAllowed = config('dashboard_constant.DELETEALLOWED'); @endphp @if(!$deleteAllowed) @endif --}} @endsection @section('documentJquery') @endsection