@extends('errors::minimal') @section('code', '503') @section('message')

{{ __('SERVICE UNAVAILABLE') }}

{{ __($exception->getMessage() ?? 'The server is temporarily busy, please try again later.') }}

@endsection