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

{{__('503') }}

{{ __($exception->getMessage()) }}

{{--

SORRY! Server is temporarily busy
Please try again later.

--}}
{{__('Go To Home') }}
@endsection