Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/025e72de59f9b4db8995484c24f0c597.php |
<div>
<div class="badge bg-primary">
<div class="mb-2">
<?php echo e(getUserSettingValue('time_format', getLogInUserId()) == 1 ? date('H:i', strtotime($row->from_time)) . ' - ' . date('H:i', strtotime($row->to_time)) : date('h:i A', strtotime($row->from_time)) . ' - ' . date('h:i A', strtotime($row->to_time))); ?>
</div>
<div class=""><?php echo e(getFormattedDateTime($row->date)); ?>
</div>
</div>
</div>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/appointment/columns/appointment_time.blade.php ENDPATH**/ ?>