@extends('layouts.errors') @section('http_error') 429 | Too Many Requests @endsection @section('imports') @endsection @section('styles') @endsection @section('content')
Harsi Logo

429

Too Many Requests

@if (!Auth::check()) {{ __('errors')['429']['auth_message'] }} @else {{ __('errors')['429']['default_message'] }} @endif

@endsection