@extends('errors::minimal') @section('title', core()->getCurrentChannel()->maintenance_mode_text ?? __('Service Unavailable')) @section('code', core()->getCurrentChannel()->maintenance_mode_text ? '' : '503') @section('message', core()->getCurrentChannel()->maintenance_mode_text ?? __('Service Unavailable'))