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>
10 lines
331 B
PHP
10 lines
331 B
PHP
@php
|
|
$company = $invoice->company_snapshot ?? [];
|
|
$logoUrl = $invoice->logoPath() ? route('woo.public.logo', $invoice->public_token) : null;
|
|
$fmt = fn (int $minor) => invoice_money($minor, $invoice->currency);
|
|
@endphp
|
|
|
|
<div class="invoice-template" data-template="{{ $invoice->templateKey() }}">
|
|
{{ $slot }}
|
|
</div>
|