@include('components.input', [
'id' => 'objectives_' . $id,
'name' => 'objectives[' . $id . ']',
'label' => '',
'type' => 'text',
'mandatory' => true,
'class' => '',
'readonly' => false,
'maxlength' => '255',
'value' => isset($content) ? $content : '',
'placeholder' => 'Enter Objective',
'otherattr' => '',
])