mirror of
https://github.com/koel/koel
synced 2025-01-05 09:18:51 +00:00
4 lines
106 B
PHP
4 lines
106 B
PHP
@extends('errors.template')
|
|
|
|
@section('title', 'Not Found')
|
|
@section('details', $exception->getMessage())
|