@component('mail::message') # Set your password Dear {{ $user->name }}, You have been granted access to [{{ Request::getHost() }}]({{ action('Backoffice\Auth\ResetPasswordController@showResetForm', [$token]) }}?email={{ urlencode($user->email) }}). @component('mail::button', ['url' => action('Backoffice\Auth\ResetPasswordController@showResetForm', [$token]) . '?email=' . urlencode($user->email)]) Set your password @endcomponent @slot('subcopy') Set your password in before {{ Carbon\Carbon::now()->addDays(3)->format('d/m/Y') }}. @endslot @endcomponent