429.blade.php
TLDR
This file is a Blade template that is used to display a "Too Many Requests" error message.
Classes
@extends('errors::minimal')
@section('title', __('Too Many Requests'))
@section('code', '429')
@section('message', __('Too Many Requests'))