@extends('auth.layout') @section('content')
{{ strtoupper(config('app.name')) }}
{{ __('Confirm Password') }}

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

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

@endsection @push('styles') @endpush @push('scripts') @endpush