@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url'), 'camp_group' => $camp_group ?? null]) @if(config('app.env') === 'staging')
STAGING SITE*
@endif @endcomponent @endslot {{-- Body --}} {{ $slot }} {{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @component('mail::footer') @if(config('app.env') === 'staging') ***Please note this email came from the staging site and should not be confused with emails from the main production site** @endif © {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.') @endcomponent @endslot @endcomponent