@extends('storefront.layouts.main') @section('title', 'Confirm Password') @section('content')
Confirm Password

This is a secure area. Please confirm your password before continuing.

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