{{ __('messages.new_change.edit_unit') }}

{{ Form::open(['id'=>'editPathologyUnitsForm','method' => 'patch']) }}
{{ Form::hidden('pathologyUnitId',null,['id'=>'pathologyUnitId']) }}
{{ Form::label('name', __('messages.pathology_category.name').':', ['class' => 'form-label']) }} {{ Form::text('name', '', ['placeholder' => __('messages.pathology_category.name'),'id'=>'editPathologyUnitName','class' => 'form-control','required','placeholder'=>__('messages.pathology_category.name')]) }}
{{ Form::button(__('messages.common.save'), ['type'=>'submit','class' => 'btn btn-primary','id'=>'editPathologyUnitSaveBtn','data-loading-text'=>" Processing..."]) }}
{{ Form::close() }}