@php @endphp

{{__('Welcome, to '). env('APP_NAME').'!'}}

{{__('Hi ')}} {{ $data->email }}, {{__(' you’re requested to reset your password ') }}

{{__('To request password, simply click on the link below:')}}

{{__('Reset Password')}}

{{__('If the link doesn’t work, copy this URL into your browser')}}: {{ route('frontend.auth.password.reset', $data->token) }}