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