@props([ 'title' => '', 'subtitle' => null, ]) @php $siteName = siteUrlSettings('site_name') ?: config('app.name'); $siteLogo = siteUrlSettings('site_logo'); $siteIcon = siteUrlSettings('site_icon'); @endphp
{{-- Brand rail (desktop) --}} {{-- Form side --}}
{{-- Compact brand lockup for small screens --}} @if ($siteLogo) {{ $siteName }} @else @if ($siteIcon) @endif {{ $siteName }} @endif

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

@endif
{{-- Sentinel statuses are rendered by the page itself with proper wording --}} @if (session('status') && session('status') !== 'verification-link-sent')
{{ session('status') }}
@endif {{ $slot }}