6 lines
151 B
PHP
6 lines
151 B
PHP
@extends('errors::layout')
|
|
|
|
@section('title', 'Error')
|
|
|
|
@section('message', 'Whoops, looks like something went wrong — check logs in /storage/logs')
|