@extends('errors.minimal') @section('title', __('Too Many Requests')) @section('code', '429') @section('message', __('Too Many Requests')) @section('content')

You have reached this page because you are submitting too many requests to the server.

@endsection