@extends('errors.layout') @section('title', __('errors.429_title')) @section('code', '429') @section('illustration')
429 Illustration
@endsection @section('message') {!! __('errors.429_message') !!} @endsection @section('action') {{ __('errors.back_to_home') }} @endsection