@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ __('Update Your Password') }}

{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
{{ __('Use 8 or more characters with a mix of letters, numbers & symbols.') }}
{{ __('Cancel') }}
@section('scripts') @endsection