@lang('Confirm password')
@lang("This is a secure area of the application. Please confirm your password before continuing.")
@lang("Enter your password.")
@include('flash::message')
@if ($errors->any())
@lang('Please fix the following errors & try again!')
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach