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

{{ Form::open(['id'=>'addPathologyUnitForm']) }}
{{ Form::label('name', __('messages.pathology_category.name').':', ['class' => 'form-label']) }} {{ Form::text('name', '', ['placeholder' => __('messages.pathology_category.name'),'id'=>'pathologyUnitName','class' => 'form-control','required']) }}
{{ Form::button(__('messages.common.save'), ['type'=>'submit','class' => 'btn btn-primary','id'=>'pathologyUnitSave','data-loading-text'=>" Processing..."]) }}
{{ Form::close() }}