@extends('errors::minimal') @section('title', __('Service Unavailable')) @section('code')
Logo
@endsection @section('message')

{{$exception->getMessage() ?: 'Service Unavailable'}}

It Seems the service is unavailable. Please try later.

Refresh
@endsection