2023-09-06 10:07:34 +00:00
|
|
|
@extends('layouts.base')
|
2026-08-03 21:11:54 +00:00
|
|
|
|
|
|
|
|
@section('body')
|
2026-08-06 19:29:26 +00:00
|
|
|
<body class="error-page-body text-black dark:text-inherit">
|
2026-08-03 21:11:54 +00:00
|
|
|
<x-toast />
|
|
|
|
|
<x-error-page
|
|
|
|
|
code="429"
|
|
|
|
|
title="Woah, slow down there!"
|
|
|
|
|
description="You're making too many requests. Please wait a few seconds before trying again." />
|
|
|
|
|
</body>
|
|
|
|
|
@endsection
|