@props(['pageTitle', 'subtitle' => '', 'label' => '']) {{-- Conference Inner Page Hero Component Provides a consistent, rich hero section matching the conference home page style. Use inside x-conference-layout: --}} Home {{ $pageTitle }} @if($label) {{ $label }} @endif {{ $pageTitle }} @if($subtitle) {{ $subtitle }} @endif @if(isset($conference['title'])) {{ strtoupper($conference['title']) }} @endif
{{ $subtitle }}