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

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

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