{{ Form::hidden('pathologyTestUrl', url('pathology-tests'), ['class' => 'pathologyTestActionURL']) }}
{{ Form::hidden('uniqueId',2,['id'=>'parameterUniqueId'])}}
{{ Form::hidden('associateParameters',json_encode($parameterList),['class'=>'associateParameters'])}}
{{ Form::open(['route' => 'pathology.test.store', 'id' => 'createPathologyTest']) }}
@include('pathology_tests.fields')
{{ Form::close() }}