{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
{{-- Your Logo --}}
{{-- Replace the src with a link to your hosted logo image --}}
@endcomponent
@endslot
{{-- Main Body --}}
@lang(
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
'into your web browser:',
[
'actionText' => $actionText,
]
) [{{ $displayableActionUrl }}]({{ $actionUrl }})