%PDF- %PDF-
Direktori : /home/graphicd/public_html/vebto/resources/views/vendor/mail/html/ |
Current File : /home/graphicd/public_html/vebto/resources/views/vendor/mail/html/message.blade.php |
@inject('settings', 'Common\Settings\Settings') @component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) <img width="200px" height="auto" src="{{ url($settings->get('branding.logo_dark')) }}"> @endcomponent @endslot {{-- Body --}} {{ $slot }} {{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @component('mail::footer') © {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.') @endcomponent @endslot @endcomponent