@include('errors._error-shell', [ 'code' => '429', 'eyebrow' => 'Too Many Requests', 'title' => 'You are moving a little too fast.', 'message' => 'Too many requests were sent in a short time. Please wait a moment and try again.', 'primaryUrl' => url()->previous() ?: url('/'), 'primaryLabel' => 'Try Again Later', 'secondaryUrl' => url('/'), 'secondaryLabel' => 'Back to Home', ])