@extends('layout.client') @section('template_title') {{ __('Xác nhận mật khẩu') }} @endsection @section('content')
{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
@csrf
@error('password') {{ $message }} @enderror
@endsection