6 lines
133 B
PHP
6 lines
133 B
PHP
|
@extends('errors::minimal')
|
||
|
|
||
|
@section('title', __('I\'m a teapot'))
|
||
|
@section('code', '418')
|
||
|
@section('message', __('I\'m a teapot'))
|