aboutsummaryrefslogtreecommitdiff
path: root/resources/views/errors/503.blade.php
blob: c5a9dde14e4835847ac9d152ff214eb88c162750 (plain)
1
2
3
4
5
@extends('errors::minimal')

@section('title', __('Service Unavailable'))
@section('code', '503')
@section('message', __('Service Unavailable'))