<?php if (isset($component)) { $__componentOriginal783808d09c489a73db593e82465042f2d47695ce = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\PortalLayout::class, [] + (isset($attributes) ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('portal-layout'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $constructor = (new ReflectionClass(App\View\Components\PortalLayout::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>

    <section id="breadcrumbs" class="breadcrumbs">
        <div class="container">
  
            <div class="d-flex justify-content-between align-items-center">
                <h2>Evenements</h2>
                <ol>
                    <li><a href="<?php echo e(route('portal.home')); ?>">Accueil</a></li>
                    <li>Evenements</li>
                </ol>
            </div>
  
        </div>
    </section>
  

    <section id="pricing" class="pricing">
        <div class="container">

            <div class="row">
                
                <?php $__currentLoopData = $events; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $event): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                <div class="col-lg-4 col-md-6">
                    <div class="box h-100">
                        <h4>
                            <?php echo e($event->formatted_started_at); ?> <br><span><?php echo e($event->formatted_finished_at); ?></span>
                        </h4>
                        <p><?php echo e($event->title); ?></p>
                        <!--div class="btn-wrap"-->
                            <a href="<?php echo e(route('portal.events.show', $event)); ?>" class="btn-buy">Détails</a>
                        <!--/div-->
                    </div>
                </div>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

            </div>

        </div>
    </section>
  
    <?php if(count($passes)): ?>
    <section id="document" class="document pt-1">
        <div class="container">

            <div class="section-title">
                <h2>Autres</h2>
                <p>Evénements</p>
            </div>

            <?php $__currentLoopData = $passes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $passe): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <div class="row document-item d-flex align-items-stretch">
                <div class="col-lg-4">
                    <i class="bx bx-help-circle"></i>
                    <h5>
                        Du <?php echo e($event->formatted_started_at); ?> 
                        Au <?php echo e($event->formatted_finished_at); ?>

                    </h5>
                </div>
                <div class="col-lg-8">
                    <a href="<?php echo e(route('portal.events.show', $event)); ?>"><?php echo e($passe->title); ?></a>
                </div>
            </div>
            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

        </div>
    </section>
    <?php endif; ?>
  
 <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal783808d09c489a73db593e82465042f2d47695ce)): ?>
<?php $component = $__componentOriginal783808d09c489a73db593e82465042f2d47695ce; ?>
<?php unset($__componentOriginal783808d09c489a73db593e82465042f2d47695ce); ?>
<?php endif; ?><?php /**PATH /var/www/html/beta/elv3/resources/views/portal/events/index.blade.php ENDPATH**/ ?>