mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
4 lines
106 B
PHP
4 lines
106 B
PHP
@extends('errors.template')
|
|
|
|
@section('title', 'Not Found')
|
|
@section('details', $exception->getMessage())
|