Files
BetiX/resources/views/errors/429.blade.php
Dolo 0280278978
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
Initialer Laravel Commit für BetiX
2026-04-04 18:01:50 +02:00

6 lines
205 B
PHP

@include('errors.layout', [
'code' => 429,
'title' => 'Slow Down',
'message' => 'You\'ve sent too many requests in a short time. Wait a moment and try again — we\'re not going anywhere.',
])