1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/resources/views/email/template/light.blade.php
2021-03-10 12:51:08 +11:00

16 lines
345 B
PHP

@component('email.template.master', ['design' => 'light', 'settings' => $settings, 'whitelabel' => $whitelabel])
@slot('header')
@include('email.components.header', ['logo' => $company->present()->logo($settings)])
@endslot
{!! $body !!}
@slot('below_card')
@if($signature)
{{ $signature }}
@endif
@endslot
@endcomponent