@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @if (($zeromspSettings->show_images_in_email=='1' ) && ($zeromspSettings::setupCompleted())) @if ($zeromspSettings->brand == '3') @if ($zeromspSettings->logo!='') @endif {{ $zeromspSettings->site_name }} @elseif ($zeromspSettings->brand == '2') @if ($zeromspSettings->logo!='') @endif @else {{ $zeromspSettings->site_name }} @endif @else Zeromsp @endif @endcomponent @endslot {{-- Body --}} {{ $slot }} {{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @component('mail::footer') @if($zeromspSettings::setupCompleted()) © {{ date('Y') }} {{ $zeromspSettings->site_name }}. All rights reserved. @else © {{ date('Y') }} Snipe-it. All rights reserved. @endif @if ($zeromspSettings->privacy_policy_link!='') {{ trans('admin/settings/general.privacy_policy') }} @endif @endcomponent @endslot @endcomponent