Deploy Ladill Events / deploy (push) Successful in 1m7s
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>
6 lines
294 B
PHP
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;">
|