@extends('errors::layout', [ 'title' => __('Too Many Requests'), 'code' => '429', ]) @section('message')

429

Too Many Requests

Slow down! You've exceeded the rate limit. Please wait a moment before making additional requests.

@endsection