{{ __('messages.pathology_category.edit_pathology_category') }}

{{ Form::open(['id'=>'editForm','method' => 'patch']) }}
{{ Form::hidden('pathologyCategoryId',null,['id'=>'pathologyCategoryId']) }}
{{ Form::label('name', __('messages.pathology_category.name').':', ['class' => 'form-label required fs-6 fw-bolder text-gray-700 mb-3']) }} {{ Form::text('name', '', ['id'=>'editName','class' => 'form-control form-control-solid','required']) }}
{{ Form::button(__('messages.common.save'), ['type'=>'submit','class' => 'btn btn-primary me-3','id'=>'btnEditSave','data-loading-text'=>" Processing..."]) }}
{{ Form::close() }}