Files
ladill-events/resources/views/partials/mobile-topbar-title.blade.php
T
isaaccladandCursor 3c995d70f8
Deploy Ladill Events / deploy (push) Successful in 30s
Show only Ladill app names in the mobile header.
Remove route-based page titles and the uppercase subtitle line so mobile
headers display a single title like Ladill Bird.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 16:44:11 +00:00

7 lines
186 B
PHP

@php
$title = $mobileTopbarTitle ?? 'Ladill';
@endphp
<div class="min-w-0 flex-1 lg:hidden">
<h1 class="truncate text-base font-semibold text-slate-900">{{ $title }}</h1>
</div>