diskfloppy.me/resources/views/errors/418.blade.php

6 lines
133 B
PHP
Raw Normal View History

@extends('errors::minimal')
@section('title', __('I\'m a teapot'))
@section('code', '418')
@section('message', __('I\'m a teapot'))