mivita/resources/views/errors/503.blade.php
Kevin Adametz bfa3bb1df4 08 2024
2024-08-05 12:05:24 +02:00

5 lines
144 B
PHP

@extends('errors::layout')
@section('title', __('Service Unavailable'))
@section('code', '503')
@section('message', __('Service Unavailable'))