@extends('layouts.app') @section('content')
{{ Str::ucfirst(__('confirm')) }}
{{ Str::ucfirst(__('Please confirm your password before continuing.')) }}
@csrf
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ Str::ucfirst(__('forgot password')) }} @endif
@endsection