Samx Here
n1udSecurity


Server : Apache
System : Linux ks5.tuic.fr 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64
User : pragmatice ( 1003)
PHP Version : 8.2.24
Disable Function : NONE
Directory :  /home/pragmatice/pragmaclasse_recette/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/pragmatice/pragmaclasse_recette/storage/framework/views/a06d9c0d48bf7328ad73c268295965cbfc058449.php
<?php $__env->startSection('content'); ?>
<div class="type-user-<?php echo e($typeUser); ?>">
    <?php if($typeUser == 'teacher'): ?>
    <h3 class="bg-info text-white text-center">Mes classes</h3>
    <teacher-notifications :notifications-prop="<?php echo e(json_encode($notifications)); ?>"></teacher-notifications>
    <teacher-entities-list :list-entities-prop="<?php echo e(json_encode($listEntities)); ?>"></teacher-entities-list>
    <a class="btn btn-warning" href="<?php echo e(route('teacher.class.add')); ?>">Ajouter une classe</a>
    <div class="tools-part">
        <h3 class="bg-info text-white text-center">Mes outils</h3>
        <div class="row">
            <?php $__currentLoopData = [
            "Documents",
            "Sondages",
            "Cocogitarium",
            "Editeur collaboratif",
            "PragmActivités",
            ]; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $link): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <div class="col-lg-3 col-md-6 btn-part">
                <div class="content bg-info text-white">
                    <a class="btn btn-fullWhite btn-block text-warning" href="#" @click.prevent><?php echo e($link); ?></a>
                </div>
            </div>
            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        </div>
    </div>
    <?php elseif($typeUser == 'parent'): ?>
    <parent-entities-list :list-entities-prop="<?php echo e(json_encode($listEntities)); ?>"></parent-entities-list>
    <a class="btn btn-warning" href="<?php echo e(route('parent.newPupil')); ?>">Rattacher un enfant</a>
    <?php endif; ?>
</div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('css'); ?>
<link rel="stylesheet" href="/css/pages/home.css">
<?php $__env->stopSection(); ?>

<?php $__env->startSection('js'); ?>
<?php $__currentLoopData = $listComponents; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $template): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<script type="text/x-template" id="<?php echo e($id); ?>">
    <?php echo $__env->make('components/'.$template, \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        </script>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<script type="text/javascript" src="/js/pages/home.js"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout/app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/pragmatice/pragmaclasse_recette/resources/views/pages/home/index.blade.php ENDPATH**/ ?>

SAMX