@extends('public.layout') @section('title', trans('user::auth.reset_password')) @section('content')

{{ trans('user::auth.reset_password') }}

{{ trans('user::auth.enter_email') }}

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