Files
ladill-frontdesk/resources/views/partials/mobile-topbar-title.blade.php
T
isaaccladandCursor e2faaa0c1d
Deploy Ladill Frontdesk / deploy (push) Successful in 29s
Add mobile bottom nav and hide header avatar on small screens.
Frontdesk now matches the Ladill mobile pattern: app name in the header,
Home/Search/Notifications/Profile in the bottom bar with a profile sheet.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 12:03:49 +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>