blessing-skin-server/resources/cache/7eaee23bf9b97279a83c98524818eca3
2016-07-21 22:01:57 +08:00

9 lines
323 B
Plaintext

<?php $__env->startSection('title', '404 Not Found'); ?>
<?php $__env->startSection('content'); ?>
<h1>404 Not Found</h1>
<p>详细信息:<?php echo e($message); ?></p>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('errors.general', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>