© 2026 Hedgehog Software, LLC
@php $title = trim(strip_tags(($livewire ?? null)?->getTitle() ?? '')); $brandName = trim(strip_tags(filament()->getBrandName())); @endphp <title> {{ filled($title) ? "{$title} - " : null }} {{ $brandName }} </title>
{{ $brandName }} - {{ filled($title) ? "{$title} " : null }}