@extends('layouts.backend.auth') @section('title', 'Confirm Password') @section('content')

{{__('Confirm Password') }}

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

@csrf
@error('password')
{{ $message }}
@enderror
@if (Route::has('password.request')) @endif
@endsection