@extends('frontend.layouts.master') @section('content')

{{ __('routes.Forgot Password?') }}


@csrf
@error('email') {{ $message }} @enderror
@endsection