{{ __('messages.item_category.edit_item_category') }}

{{ Form::open(['id'=>'editItemCatForm']) }}
{{ Form::hidden('itemCategoryId',null,['id'=>'itemCategoryId']) }}
{{ Form::label('name', __('messages.item_category.name').':', ['class' => 'form-label']) }} {{ Form::text('name', '', ['id'=>'editItemCategoryName','class' => 'form-control','required']) }}
{{ Form::button(__('messages.common.save'), ['type'=>'submit','class' => 'btn btn-primary m-0','id'=>'editItemCategorySave','data-loading-text'=>" Processing..."]) }}
{{ Form::close() }}