@extends('core::public.master')
@section('title', 'Error 429 – ' . $websiteTitle)
@section('bodyClass', 'error-429')
@section('content')
@lang('Error')
429
@lang('Too Many Requests') .
{!! trans('Go to our homepage?', ['a_open' => '', 'a_close' => '']) !!}