@include('components.input.form-input', [
'label' => 'Contract Number',
'name' => 'contract_number[]',
'placeholder' => 'XXXXXXXX',
'mandatory' => true,
])
@include('components.input.form-input', [
'label' => 'Contract Name',
'name' => 'contract_name[]',
'placeholder' => '',
'mandatory' => true,
])