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