mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
6 lines
150 B
PHP
6 lines
150 B
PHP
@extends('components.layouts.error')
|
|
|
|
@section('title', __('Too Many Requests'))
|
|
@section('code', '429')
|
|
@section('message', __('Too Many Requests'))
|