Deploy Ladill Care / deploy (push) Successful in 1m0s
Add Afia and notifications to the top bar, remove the duplicate desktop page title, wire notification and AI routes, and fix mobile nav notification links. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
203 B
PHP
7 lines
203 B
PHP
@php
|
|
$title = $heading ?? $mobileTopbarTitle ?? 'Ladill Care';
|
|
@endphp
|
|
<div class="min-w-0 flex-1 lg:hidden">
|
|
<h1 class="truncate text-base font-semibold text-slate-900">{{ $title }}</h1>
|
|
</div>
|