@php $company = $invoice->company_snapshot ?? []; $logoUrl = $invoice->logoPath() ? route('woo.public.logo', $invoice->public_token) : null; @endphp
@if($logoUrl) @endif

{{ $company['company_name'] ?? 'Company' }}

{{ $invoice->invoice_number }}

{{ $invoice->issue_date->format('M j, Y') }}

Bill to

{{ $invoice->client_name }}

@if($invoice->client_email)

{{ $invoice->client_email }}

@endif
@include('invoices.templates._body', ['showPay' => $showPay ?? false])