Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/6840a689756e625889428e83d71f340e.php |
<div class="col-12 mb-4">
<div class="row">
<div class="col-xxl-3 col-xl-4 col-sm-6 widget">
<div class="bg-primary shadow-md rounded-10 p-xxl-10 px-7 py-10 d-flex align-items-center
justify-content-between my-3 gap-3">
<div class="bg-cyan-300 widget-icon rounded-10 d-flex align-items-center justify-content-center">
<i class="fa-solid fa-id-card-clip fs-1-xl text-white"></i>
</div>
<div class="text-end text-white">
<h2 class="fs-1-xxl fw-bolder text-white"><?php echo e($activeVcard); ?></h2>
<h3 class="mb-0 fs-4 fw-light"><?php echo e(__('messages.common.total__active_vcards')); ?></h3>
</div>
</div>
</div>
<div class="col-xxl-3 col-xl-4 col-sm-6 widget">
<div class="bg-success shadow-md rounded-10 p-xxl-10 px-7 py-10 d-flex align-items-center justify-content-between my-3 gap-3">
<div class="bg-green-300 widget-icon rounded-10 d-flex align-items-center justify-content-center">
<img src="<?php echo e(asset('assets/img/dashboard/deactive-vcard.svg')); ?>" alt="" class="w-50 h-50">
</div>
<div class="text-end text-white">
<h2 class="fs-1-xxl fw-bolder text-white"><?php echo e($deActiveVcard); ?></h2>
<h3 class="mb-0 fs-4 fw-light"><?php echo e(__('messages.common.total__deactive_vcards')); ?></h3>
</div>
</div>
</div>
<div class="col-xxl-3 col-xl-4 col-sm-6 widget">
<div class="bg-info shadow-md rounded-10 p-xxl-10 px-7 py-10 d-flex align-items-center justify-content-between my-3 gap-3">
<div class="bg-blue-300 widget-icon rounded-10 d-flex align-items-center justify-content-center">
<i class="fa-solid fa-question fs-1-xl text-white"></i>
</div>
<div class="text-end text-white">
<h2 class="fs-1-xxl fw-bolder text-white"><?php echo e($enquiry); ?></h2>
<h3 class="mb-0 fs-4 fw-light"><?php echo e(__('messages.common.today_enquiry')); ?></h3>
</div>
</div>
</div>
<div class="col-xxl-3 col-xl-4 col-sm-6 widget">
<div class="bg-warning shadow-md rounded-10 p-xxl-10 px-7 py-10 d-flex align-items-center justify-content-between my-3 gap-3">
<div class="bg-yellow-300 widget-icon rounded-10 d-flex align-items-center justify-content-center">
<i class="fa-solid fa-calendar-check fs-1-xl text-white"></i>
</div>
<div class="text-end text-white">
<h2 class="fs-1-xxl fw-bolder text-white"><?php echo e($appointment); ?></h2>
<h3 class="mb-0 fs-4 fw-light"><?php echo e(__('messages.common.today_appointments')); ?></h3>
</div>
</div>
</div>
</div>
</div>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/livewire/admin-dashboard.blade.php ENDPATH**/ ?>