@component('mail::message') # Change your password Dear {{ $user->first_name }}, You asked to change your password [{{ Request::getHost() }}]({{ action('Back\Auth\ResetPasswordController@showResetForm', [$token]) }}?email={{ urlencode($user->email) }}). @component('mail::button', ['url' => action('Back\Auth\ResetPasswordController@showResetForm', [$token]). '?email=' . urlencode($user->email)]) Change your password @endcomponent @component('mail::panel') Was it an incorrect application? Ignore this email, your old password will continue to work. @endcomponent @slot('subcopy') Change your password before {{ Carbon\Carbon::now()->addDays(3)->format('d/m/Y') }}. @endslot @endcomponent