@extends('errors.layout') @section('title', __('Error')) @section('content')

{{__('ERROR 429 TOO MANY REQUESTS')}}

{{__('Server is unable to handle too many requests. Click on the button below to do something, Thanks!')}}

{{__('Back to Home')}}
@endsection