@extends('errors._shell') @section('title', 'Too many requests') @section('status_code', '429') @section('brand_headline', 'You\'re going too fast.') @section('brand_body', 'We rate-limit requests to keep the service reliable for everyone during live exams. Please wait a moment before trying again.') @section('heading', 'Too many requests') @section('subheading', 'Please slow down — wait a moment, then try again.') @section('body')

You\'ve made too many requests in a short time. Wait a few seconds and retry. If this keeps happening, you may have a browser extension or script issuing automated requests — disable it and reload.

@endsection @section('actions') Go back Back to home @endsection