{{ __('messages.operation_category.edit_operation_category') }}

{{ Form::open(['id'=>'editOperationCatForm', 'method' => 'patch']) }}
{{ Form::hidden('editOperationCategoryId',null,['id'=>'editOperationCategoryIdText']) }}
{{ Form::label('name', __('messages.user.name').(':'), ['class' => 'form-label']) }} {{ Form::text('name', '', ['id'=>'editOperationCatName','class' => 'form-control','required','placeholder'=>__('messages.user.name')]) }}
{{ Form::button(__('messages.common.save'), ['type' => 'submit','class' => 'btn btn-primary m-0','id' => 'editOperationCatSave','data-loading-text' => " Processing..."]) }}
{{ Form::close() }}