@extends('layouts.mail') @section('content')

{{__('Hello')}}
{{$user['name']}}
{{__('you have requested to reset your password')}}

{{__('click here to reset your password')}}
@endsection