@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 Confirm Password @if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif @endsection
Please confirm your password before continuing.
{{ __('Forgot Your Password?') }}