@extends('layouts.master-blank') @section('title', 'Confirm password') @push('styles') @endpush @section('content')

Confirm Password

Please confirm your password before continuing.

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