Files
ladill-care/resources/views/partials/mobile-topbar-title.blade.php
T
isaacclad 661e6ef0e8
Deploy Ladill Care / deploy (push) Successful in 1m6s
Sync mobile notification badge and dashboard icon-link partials.
Align mobile unread badge with desktop and add plus icon support for panel actions.
2026-07-03 22:41:01 +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>