@extends('frontend.template-1.partials.master') @section('content') @include('frontend.template-1.breadcrumb.breadcrumb')
imges imges

{{ translate('Confirm Password') }}

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

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