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