<?php $__env->startSection('title', __('Le site a rencontré un problème')); ?>
<?php $__env->startSection('code', '500'); ?>
<?php $__env->startSection('message'); ?> <?php echo __('Vers <a href="' . url('') . '">accueil</a>'); ?> <?php $__env->stopSection(); ?>

<?php echo $__env->make('errors::minimal', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/pluma/web/lcrh/resources/views/errors/500.blade.php ENDPATH**/ ?>