@extends('errors.layout') @section('head_section'){{ trans('errors.503.head.title') }}@endsection @section('content')

{{ trans('errors.503.title') }}

{{ trans('errors.503.content') }}
@endsection