@extends('errors::minimal') @section('title') {{ __('Service Unavailable') }} @endsection @section('content')
{{ 503 }}
{{ __($exception->getMessage() ?: 'Service Unavailable') }}
Back to Home Page
@endsection