mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 14:42:42 +01:00
4cba96d973
- Pass $company into view - Update view to use client layout - Fixes for client layout / whitelabel handling
7 lines
295 B
PHP
7 lines
295 B
PHP
@component('email.template.client', ['logo' => $logo, 'settings' => $settings, 'company' => $company])
|
|
<div class="center">
|
|
<h1>{{ ctrans('texts.ach_verification_notification_label') }}</h1>
|
|
<p>{{ ctrans('texts.ach_verification_notification') }}</p>
|
|
</div>
|
|
@endcomponent
|