master

laravel/framework

Last updated at: 29/12/2023 09:22

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'))