{{__('messages.common.filter')}}

@php $scheduleAppointmentType = \App\Models\ScheduleAppointment::TYPES; $appointmentStatus = \App\Models\ScheduleAppointment::STATUS; @endphp
{{ Form::select('type', getTranslatedData($scheduleAppointmentType), null,['class' => 'form-control form-select','data-control'=>"select2" ,'id' => 'appointmentType', 'wire:ignore']) }}
{{ Form::select('type', getTranslatedData($appointmentStatus), null,['class' => 'form-control form-select','data-control'=>"select2" ,'id' => 'appointmentStatus1', 'wire:ignore']) }}