Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/766051e12a8127575feb8e1cca7207ba.php |
<div class="ms-auto"></div>
<div class="dropdown d-flex align-items-center me-4 me-md-5" wire:ignore>
<button
class="btn btn btn-icon btn-primary text-white dropdown-toggle hide-arrow ps-2 pe-0"
type="button" id="dropdownMenuAppoiment" data-bs-auto-close="outside"
data-bs-toggle="dropdown" aria-expanded="false">
<i class='fas fa-filter'></i>
</button>
<div class="dropdown-menu py-0" aria-labelledby="dropdownMenuAppoiment">
<div class="text-start border-bottom py-4 px-7">
<h3 class="text-gray-900 mb-0"><?php echo e(__('messages.common.filter')); ?></h3>
</div>
<?php
$scheduleAppointmentType = \App\Models\ScheduleAppointment::TYPES;
$appointmentStatus = \App\Models\ScheduleAppointment::STATUS;
?>
<div class="p-5">
<div class="mb-5">
<label for="exampleInputSelect2" class="form-label"><?php echo e(__('messages.common.type')); ?></label>
<?php echo e(Form::select('type', getTranslatedData($scheduleAppointmentType), null,['class' => 'form-control form-select','data-control'=>"select2" ,'id' => 'appointmentType', 'wire:ignore'])); ?>
</div>
<div class="mb-5">
<label for="exampleInputSelect2" class="form-label"><?php echo e(__('messages.common.status')); ?></label>
<?php echo e(Form::select('type', getTranslatedData($appointmentStatus), null,['class' => 'form-control form-select','data-control'=>"select2" ,'id' => 'appointmentStatus1', 'wire:ignore'])); ?>
</div>
<div class="d-flex justify-content-end">
<button type="reset" id="appointmentResetFilter" class="btn btn-secondary"><?php echo e(__('messages.common.reset')); ?></button>
</div>
</div>
</div>
</div>
<a href="<?php echo e(route('appointments.calendar')); ?>"
class="btn btn-icon btn-primary ps-2 pe-0 hide-arrow"><i
class="fas fa-calendar-alt fs-2"></i></a>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/appointment/calander-button.blade.php ENDPATH**/ ?>