@extends('layouts.auth') @section('title') Login @endsection @section('content')

Reset Your Password

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