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

{{ Form::open(['id' => 'editMedicineCategoryForm']) }}
{{ Form::hidden('category_id', null, ['id' => 'editMedicineCategoryId']) }}
{{ Form::label('name', __('messages.medicine.category') . ':', ['class' => 'form-label']) }} {{ Form::text('name', '', ['id' => 'editCategoryName', 'class' => 'form-control', 'required', 'placeholder' => __('messages.medicine.category')]) }}
{{ Form::label('active', __('messages.common.status') . ':', ['class' => 'form-label']) }}
{{ Form::button(__('messages.common.save'), ['type' => 'submit', 'class' => 'btn btn-primary m-0', 'id' => 'editCategorySave', 'data-loading-text' => " Processing..."]) }}
{{ Form::close() }}