koel/resources/views/errors/404.blade.php

5 lines
106 B
PHP
Raw Normal View History

2016-12-11 13:08:30 +00:00
@extends('errors.template')
@section('title', 'Not Found')
@section('details', $exception->getMessage())