<?php if(isset($domainSelected)): ?>
    <div class="d-flex flex-column align-items-center justify-content-center">
        <div class="h-auto d-flex w-75 justify-content-center align-items-center flex-column mt-5 mb-5 pt-5 pb-5">
            <?php if (isset($component)) { $__componentOriginala96afc3d5d64952e3893bae8159311c6041b2987 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\Charts\TopTenSuppliersChart::class, []); ?>
<?php $component->withName('charts.topTenSuppliersChart'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php if (isset($__componentOriginala96afc3d5d64952e3893bae8159311c6041b2987)): ?>
<?php $component = $__componentOriginala96afc3d5d64952e3893bae8159311c6041b2987; ?>
<?php unset($__componentOriginala96afc3d5d64952e3893bae8159311c6041b2987); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
        </div>
        <div class="d-flex flex-row w-75 justify-content-around">
            <?php if(!empty($totalOfSuppliers) && $totalOfSuppliers != 0): ?>
                <h3 class="bg-primary w-25 d-flex justify-content-center text-white p-4 rounded">
                    <?php echo e($totalOfSuppliers); ?> Fournisseurs
                </h3>
            <?php else: ?>
                <h3 class="bg-primary w-25 d-flex justify-content-center text-white p-4 rounded">
                    Aucun fournisseur
                </h3>
            <?php endif; ?>
            <?php if($averageAmountSuppliersByDomain != null): ?>
                <?php if(number_format($averageAmountSuppliersByDomain->montant_ht, 2, ',', ' ') > 0): ?>
                    <h3 class="bg-primary w-50 d-flex justify-content-center text-white p-4 rounded">
                        <?php echo e(number_format($averageAmountSuppliersByDomain->montant_ht, 2, ',', ' ')); ?> € Montant moyen par
                        fournisseurs
                    </h3>
                    <?php else: ?>
                    <h3 class="bg-primary w-50 d-flex justify-content-center text-white p-4 rounded">
                        Aucun montant moyen par fournisseur
                <?php endif; ?>
            <?php else: ?>
                <h3 class="bg-primary w-50 d-flex justify-content-center text-white p-4 rounded">
                    Aucun fournisseur
                </h3>
            <?php endif; ?>
        </div>
        <div class="h-auto d-flex w-75 justify-content-center align-items-center flex-column mt-5 mb-5 pt-5 pb-5">
            <?php if (isset($component)) { $__componentOriginal69f5155761d62aebf8a33568c255024641035065 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\Charts\SuppliersOffMarketByDomainTab::class, []); ?>
<?php $component->withName('charts.suppliersOffMarketByDomainTab'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php if (isset($__componentOriginal69f5155761d62aebf8a33568c255024641035065)): ?>
<?php $component = $__componentOriginal69f5155761d62aebf8a33568c255024641035065; ?>
<?php unset($__componentOriginal69f5155761d62aebf8a33568c255024641035065); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
        </div>
    </div>
<?php else: ?>
    <div class="d-flex flex-column align-items-center justify-content-center">
        <h3 class="w-75 d-flex justify-content-center p-4 rounded">
            Merci de choisir un domaine pour afficher les données
        </h3>
    </div>
<?php endif; ?>
<?php /**PATH /var/www/html/resources/views/cartographie/charts/suppliersCharts.blade.php ENDPATH**/ ?>