{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
@csrf
{{ __('Confirm') }}
@extends('layouts' . '.' . get_frontend_settings('theme')) @push('title', get_phrase('Confirm Password')) @push('meta')@endpush @push('css') @endpush @section('content')
@endsection @push('js') @endpush