@extends('layouts.auth-master') @section('content')

{{ __('menu.forgotpwassword') }}

@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection