Files
ladill-servers/resources/views/partials/mobile-topbar-title.blade.php
T
isaaccladandCursor ca9bc885db
Deploy Ladill Servers / deploy (push) Successful in 1m10s
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:12 +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>