@extends('errors.layout', [ 'status' => 429, 'title' => 'Too Many Requests', 'message' => 'You are sending requests too quickly. Please wait a moment and try again.', 'icon' => 'bi-speedometer2', 'actionLabel' => 'Try Again', 'actionUrl' => url()->current(), ])