/home/techb158/ileadtechnology.com/resources/views/vendor/mail/html
NameSizeModeActions
themes/-0755rm
button.blade.php4970644editdlrm
footer.blade.php2360644editdlrm
header.blade.php2420644editdlrm
layout.blade.php11930644editdlrm
message.blade.php4950644editdlrm
panel.blade.php3090644editdlrm
subcopy.blade.php1650644editdlrm
table.blade.php720644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/vendor/mail/html/message.blade.php (495B)
@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) {{ config('app.name') }} @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