Blame view
resources/views/errors/503.blade.php
145 Bytes
995960380 Исправления офисо... |
1 2 3 4 5 |
@extends('errors::minimal') @section('title', __('Service Unavailable')) @section('code', '503') @section('message', __('Service Unavailable')) |