6 lines
92 B
PHP
6 lines
92 B
PHP
@extends('errors::layout')
|
|
|
|
@section('title', 'Error')
|
|
|
|
@section('message', 'Server error')
|