@extends('frontend::layouts.master') @section('content')

{!! end($breadcrumbs)['name'] ?? '' !!}

@if (!empty($detail['detail']))
{!! $detail['detail'] ?? '' !!}
@else
{{ __('frontend::text.no_data') }}
@endif @endsection