@extends('frontend::layouts.master') @section('content') @if (!empty($research['detail'])) {!! $research['detail'] !!} @else

{{ __('frontend::lang.error.no_data') }}

@endif @endsection