@extends('errors.layout') @section('title', __('Too Many Requests')) @section('error-title', __('Too Many Requests')) @section('code', '429') @section('message') {{ $exception->getMessage() ?: __('You have made too many requests. Please wait and try again later.') }} @endsection