@extends('layouts.master-without-nav') @section('title') Confirm Password @endsection @section('content')
{{ __('Confirm Password') }}

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

@csrf
@if (Route::has('password.request')) {{ __('Forgot Password?') }} @endif
@error('password') {{ $message }} @enderror

© Minible. Crafted with by Themesbrand

@endsection