@extends('emails/layouts/emailTemplate') @section('content')
img
Hello!!
{!! $user->user_name !!}
Someone has requested a link to change your password. You can do this through the button below.
Change password
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.
© 2018. Designed by Jyostna
@endsection