mirror of
https://github.com/10h30/laravel-file-upload-series.git
synced 2026-07-11 10:45:58 +09:00
5 lines
452 B
PHP
5 lines
452 B
PHP
<?php $__env->startSection('title', __('Forbidden')); ?>
|
|
<?php $__env->startSection('code', '403'); ?>
|
|
<?php $__env->startSection('message', __($exception->getMessage() ?: 'Forbidden')); ?>
|
|
|
|
<?php echo $__env->make('errors::minimal', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /Users/thuanbui/Herd/upload/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/403.blade.php ENDPATH**/ ?>
|