{{ __('messages.smart_patient_card.generate_patient_card') }}

{{ Form::open(['id' => 'addtemplateForm']) }}
{{ Form::label('template_id', __('messages.smart_patient_card.template').':', ['class' => 'form-label']) }} {{ Form::select('template_id', $template, null, ['class' => 'form-select io-select2 select_template', 'data-control' => 'select2', 'placeholder' => __('messages.smart_patient_card.select_template'),'required']) }}

{{ Form::label('patient_id', __('messages.smart_patient_card.patient').':', ['class' => 'form-label']) }} {{ Form::select('patient_id', $patient, null, ['class' => 'form-select generate_smart_patientcard_patient_select', 'id' => 'prescriptionPatientId', 'placeholder' => __('messages.smart_patient_card.select_patient')]) }}
{{ Form::button(__('messages.common.save'), ['type' => 'submit', 'class' => 'btn btn-primary m-0', 'id' => 'medicineCategorySave', 'data-loading-text' => " Processing..."]) }}
{{ Form::close() }}