@php
$path = Request::path();
$slugSegments = explode('/', $path);
$pageTitle = implode(' ', array_map('ucfirst', $slugSegments));
@endphp
@jannah_opt('site_name') - {{ $pageTitle }}
@if (@jannah_opt('preloader_status') == 'enabled')
@endif
{{-- ==========================================================================
AL-MANARAH APP SKIN
Scoped to body.mn-skin (added only to the user-facing app layouts), so it
never touches the admin panel. Mirrors the marketing site: Inter + Bricolage
fonts, cream surfaces, emerald/gold accents. Backups: *.blade.php.bak
========================================================================== --}}
{{ $slot }}