1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
invoiceninja/resources/views/email/template/light.blade.php

16 lines
345 B
PHP
Raw Normal View History

2020-09-25 13:57:02 +02:00
@component('email.template.master', ['design' => 'light', 'settings' => $settings, 'whitelabel' => $whitelabel])
@slot('header')
2021-03-10 02:51:08 +01:00
@include('email.components.header', ['logo' => $company->present()->logo($settings)])
@endslot
{!! $body !!}
2020-08-02 12:24:38 +02:00
@slot('below_card')
2020-08-02 12:24:38 +02:00
@if($signature)
{{ $signature }}
@endif
@endslot
@endcomponent