@extends('front.layouts.app') @push('schema') {!! \App\Helpers\SchemaHelper::render( \App\Helpers\SchemaHelper::research( $data->title, url()->current(), $data->year ?? now()->toDateString(), $data->author ?? 'Madina Teaching Hospital (MTH)', strip_tags($data->detail ?? '') ) ) !!} @endpush @section('content')

Research

@if($data->detail != '' || null)

{{$data->title}}

{!! $data->detail !!}

@endif @if(count($attachRecord) >= 1)

Attachment

@foreach($attachRecord as $attach) @endforeach @endif
@endsection @push('footer-scripts') {{-- Delete Confirmation Model : Script : Start --}} {{-- Delete Confirmation Model : Script : Start --}} {{-- Toastr : Script : Start --}} @if(Session::has('messages')) @endif {{-- Toastr : Script : End --}} @endpush