{{-- resources/views/mail/hold-released.blade.php --}} @php $brandName = $brand->short_name ?? 'Dream Drives'; $logo = $brand->email_logo_url ?? null; $currency = $currency ?? 'NZD'; $fmt = fn ($c) => ($currency === 'NZD' ? 'NZ$' : ($currency === 'AUD' ? 'A$' : '$')) . number_format(($c ?? 0)/100, 2); @endphp @component('mail::message') @if($logo)