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