Files
ladill-events/resources/views/mail/partials/brand-header.blade.php
T
isaaccladandCursor 5662ac9454
Deploy Ladill Events / deploy (push) Successful in 1m7s
Use PNG Ladill Events logo in all transactional email templates.
Load ladillevents-logo-email.png via asset() on a light header and extend the branded layout to join, registration, and programme emails.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 17:30:21 +00:00

6 lines
294 B
PHP

@php
$brandKey = $brand ?? 'ladill';
$brandConfig = config("mail_brands.brands.{$brandKey}", config('mail_brands.brands.ladill'));
@endphp
<img src="{{ asset('images/logo/'.$brandConfig['logo']) }}" alt="{{ $brandConfig['name'] }}" style="height: 38px; max-height: 38px; width: auto;">