Deploy Ladill Woo Manager / deploy (push) Failing after 2s
Standalone app with SSO shell, WordPress plugin connect flow, webhook ingest, fulfillment inbox, and plugin activation API — no payment processing. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
186 B
PHP
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>
|