@component('mail::message') # {{ $title }} {!! str_replace(PHP_EOL, '',$text) !!} @if(!empty($button)) @component('mail::button', ['url' => $url]) {{ $button }} @endcomponent @endif {{-- Thanks, {{ config('app.name') }} --}} @endcomponent