{{-- resources/views/auth/reset-password.blade.php --}} @extends('layouts.page') @section('title', 'Set New Password - PangoQ') @section('page-title', 'Create a new password') @section('page-subtitle', 'Please create a secure password for your account') @section('content')

Reset your password

Create a new secure password for your PangoQ account

@if ($errors->any())

{{ __('Whoops! Something went wrong.') }}

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

Must be at least 8 characters

@endsection