@section('title', config('app.name', 'Streamline') .' - '. __('Confirm Password')) @section('description', __('Please confirm your password before continuing'))
@csrf {{ __('Confirm password') }} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
{{ __('Confirm') }} @if (Route::has('password.request'))
{{ __('Forgot your password?') }}
@endif