{{ __('messages.medicine.new_medicine_category') }}

{{ Form::open(['id'=>'addMedicineCategoryForm']) }}
{{ Form::label('name', __('messages.medicine.category').':', ['class' => 'form-label']) }} {{ Form::text('name', '', ['id'=>'medicineCategoryName','class' => 'form-control','required']) }}
{{ Form::label('active', __('messages.common.status').':', ['class' => 'form-label']) }}
{{ Form::button(__('messages.common.save'), ['type'=>'submit','class' => 'btn btn-primary m-0','id'=>'medicineCategorySave','data-loading-text'=>" Processing..."]) }}
{{ Form::close() }}