@props([ 'title', 'lead' => '', 'image' => 'assets/img/properties/detail/listing-hero.jpg', 'breadcrumbs' => [], 'actions' => null, 'class' => '', ]) {{-- Shared dark hero for inner pages (ported from includes/page-hero.php) --}} @php $breadcrumbs = ! empty($breadcrumbs) ? $breadcrumbs : [ ['label' => 'Home', 'href' => route('home')], ['label' => $title], ]; @endphp
class(['pl-hero', 'page-hero', $class => $class !== '']) }} aria-labelledby="page-hero-heading">

{{ $title }}

@if ($lead !== '')

{{ $lead }}

@endif