PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: fcd46bbaff55532cc019e902068ff2ee.php
<div> <!--[if BLOCK]><![endif]--><?php if($row->appointmentTransaction && $row->appointmentTransaction->type == App\Models\Appointment::MANUALLY): ?> <div class="btn-group"> <div> <div class="btn-group"> <button type="button" class="btn btn-warning text-dark dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"> <?php echo e(__('Manual')); ?> </button> <ul class="dropdown-menu"> <li><a class="dropdown-item appointmentPaymentStatus" href="#" name="is_active" data-tenant="<?php echo e($row->tenant_id); ?>" data-id="<?php echo e($row->id); ?>" data-status=<?php echo e(App\Models\Appointment::APPROVED); ?> data-turbo='false'><?php echo e(__('messages.affiliation.approved')); ?></a></li> <li><a class="dropdown-item appointmentPaymentStatus" href="#" name="is_active" data-tenant="<?php echo e($row->tenant_id); ?>" data-id="<?php echo e($row->id); ?>" data-status=<?php echo e(App\Models\Appointment::REJECT); ?> data-turbo="false"><?php echo e(__('messages.affiliation.reject')); ?></a></li> </ul> </div> </div> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <!--[if BLOCK]><![endif]--><?php if($row->appointmentTransaction && $row->appointmentTransaction->type == App\Models\Appointment::APPROVED): ?> <span class="badge bg-success"><?php echo e(__('messages.appointment.paid') . ' ' . $row->paid_amount); ?></span> <?php elseif($row->appointmentTransaction && $row->appointmentTransaction->type == App\Models\Appointment::REJECT): ?> <span class="badge bg-light-danger"><?php echo e(__('messages.affiliation.rejected')); ?></span> <?php elseif($row->appointment_tran_id && $row->appointmentTransaction && $row->appointmentTransaction->type != App\Models\Appointment::MANUALLY): ?> <span class="badge bg-success"><?php echo e(__('messages.appointment.paid') . ' ' . $row->paid_amount); ?></span> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <!--[if BLOCK]><![endif]--><?php if(!$row->appointment_tran_id): ?> <span class="badge bg-primary"><?php echo e(__('messages.appointment.free')); ?></span> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> <?php /**PATH /home/rwabteecom/public_html/resources/views/appointment/columns/type.blade.php ENDPATH**/ ?>
SAVE
CANCEL