@props(['title' => null]) @php // Default the title in a block (never an inline directive on this line, and never // the literal directive tokens in a comment — Blade's raw-block matcher eats them; // see rules.md R17). $title ??= __('shell.title_default'); @endphp

{{ $title }}

{{-- Live-polled island so the online count updates when a server goes up/down (not just on nav). --}}