@extends('errors.general') @section('title', '503 Service Unavailable') @section('content')

Be right back. @include('setup.wizard.language')

{{ trans('errors.exception.detail', ['msg' => $exception->getMessage() ?: trans('errors.http.msg-503')]) }}

@endsection