master

laravel/framework

Last updated at: 29/12/2023 09:22

503.blade.php

TLDR

This file is a blade template file that is used for displaying a "Service Unavailable" error page with a response code of 503.

END

@extends('errors::minimal')

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