@extends('layouts.auth-app') @push('style') @endpush @section('content')
Logo

Reset Password

Please enter a new, secure password to regain access to your administrator account.

@csrf {{-- Pass token + email through hidden fields --}}
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
{{-- //back to forgot password page --}} Back to Forgot Password
@endsection