@extends('frontend::layouts.master') @section('content') @livewire('frontend::page-title', ['breadcrumbs' => $breadcrumb,'bgImage' => Module::asset('frontend:images/bg-title-subpage.jpg')]) @if (!empty($detail))

{!! $detail['name'] ?? '' !!}

{!! $detail['detail'] ?? '' !!}
@endif @endsection