koel/resources/views/errors/404.blade.php
2016-12-11 21:08:30 +08:00

4 lines
106 B
PHP

@extends('errors.template')
@section('title', 'Not Found')
@section('details', $exception->getMessage())