<?php $__env->startSection('content'); ?>
    <div class="page-content">
        <div class="max-w-xl mx-auto sm:px-6 lg:px-8">
            <div class="flex flex-col items-center pt-8 sm:justify-start gap-6 sm:pt-0">
                <h1 class="px-4 text-gray-500 border-b border-gray-400 tracking-wider">
                    Erreur <?php echo $__env->yieldContent('code'); ?>
                </h1>

                <div class=" text-center ml-4 text-lg text-gray-500 tracking-wider">
                    <?php echo $__env->yieldContent('message'); ?>
                </div>
                <div class=" text-center ml-4 text-lg text-gray-500 tracking-wider">
                    <a class="btn btn-block" href="<?php echo e(route('home')); ?>">Revenir à l'accueil</a>
                </div>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts/layout', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/lcrh_v2/resources/views/errors/minimal.blade.php ENDPATH**/ ?>