badgeteam/Hatchery

View on GitHub
resources/views/errors/503.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('errors::minimal')

@section('title', __('Service Unavailable'))
@section('code', '503')
@section('message', __($exception->getMessage() ?: 'Service Unavailable'))