@extends('master.front') @section('title') {{__('Password Reset')}} @endsection @section('content')
@csrf

{{__('Forgot your password?')}}

@error('email')

{{$message}}

@enderror {{__('Type in the email address you used when you registered with our website')}}
{{__('Login')}}
@endsection