@extends('emails/layouts/emailTemplate')
@section('content')
|
Hello!!
|
{!! $user->user_name !!}
|
|
Someone has requested a link to change your password. You can do this through the button below.
|
|
|
|
If you didn't request this, please ignore this email. Your password won't change until you access the link above and create a new one.
|
|
|
|
@endsection