@extends('frontend.user.layouts.auth-request') @section('title', lang('Confirm Password', 'user')) @section('content')

{{ lang('Confirm Password', 'user') }}

{{ lang('Please confirm your password before continuing.', 'user') }}

@csrf
@endsection