PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 4d970f8985ca13a85486b713b7675a5f.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/rwabteecom/public_html/resources/views/appointment/columns/status.blade.php ENDPATH**/ ?>
SAVE
CANCEL