@extends('frontend.layouts.master') @section('title', 'Confirm') @section('content')
{{ _trans('auth.Confirm Password') }}
{{ _trans('auth.Please confirm your password before continuing.') }}
@csrf
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ _trans('auth.Forgot Your Password?') }} @endif
@endsection