Files
ladill-pos/resources/views/partials/mobile-topbar-title.blade.php
T
isaaccladandCursor 4f0a35485d
Deploy Ladill POS / deploy (push) Successful in 1m1s
Add mobile bottom nav and hide header avatar on small screens.
POS now uses the shared Ladill mobile header and bottom navigation pattern.

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