@extends('layouts.auth') @section('content')
@include('elements.auth-forms-left-section')

{{ __('Confirm Password') }}

{{ __('Please confirm your password before continuing.') }}

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