@extends('storefront.layouts.main')
@section('title', 'Reset Password')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('scripts')
@include('partials.password-rules-js', ['inputId' => 'reset_password'])
@endpush