Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/2319c6a8dd6b1b15196e40f57c7079ed.php |
<div>
<!--[if BLOCK]><![endif]--><?php if($row->status == \App\Models\ScheduleAppointment::COMPLETED): ?>
<span class="badge bg-success"><?php echo e(__('messages.common.completed')); ?></span>
<?php else: ?>
<a href="javascript:void(0)" data-id="<?php echo e($row->id); ?>" class="completed-appointment" data-turbolinks="false">
<span class="badge bg-warning "><?php echo e(__('messages.common.pending')); ?> <i class="fa fa-check"
aria-hidden="true"></i> </span>
</a>
<?php endif; ?><!--[if ENDBLOCK]><![endif]-->
</div>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/appointment/columns/status.blade.php ENDPATH**/ ?>