{{__('messages.appointment.Select_payment_method')}}

{{ Form::open(['id' => 'patientPaymentForm'])}}
{{ Form::hidden('patientAppointmentId',null,['id'=>'patientAppointmentId']) }}
{{ Form::select('payment_gateway', paymentMethodLangChange($paymentStatus), null, ['id' => 'paymentGatewayType', 'class' => 'form-select','data-dropdown-parent'=>'#paymentGatewayModal', 'required','data-control'=>"select2", 'placeholder' => __('messages.appointment.Select_payment_method')]) }}
{{ Form::submit(__('messages.common.save'),['class' => 'btn btn-primary me-2','id'=>'submitBtn']) }} {{ Form::button(__('messages.common.discard'),['class' => 'btn btn-secondary','data-bs-dismiss'=>'modal']) }}
{{ Form::close() }}