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

{{ __('Reset Password') }}

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