@extends('front.layouts.app') @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