{{ Form::label_ex('Contract Sign Date', \App\Helpers\FormComponentHelper::SIZE_MEDIUM, null, 4) }} {{ Form::date_ex('msa_sign_date', '', 4, 'msa_sign_date_picker') }}
{{ Form::label_ex('Contract Start Date', \App\Helpers\FormComponentHelper::SIZE_MEDIUM, null, 4) }} {{ Form::date_ex('msa_start_date', '', 4, 'msa_start_date_picker') }}
{{ Form::label_ex('Contract End Date', \App\Helpers\FormComponentHelper::SIZE_MEDIUM, null, 4) }} {{ Form::date_ex('msa_end_date', '', 4, 'msa_end_date_picker') }}
{{ Form::row_text_inline('msa_id', 'MSA ID', '', 4, 4, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_text_inline('msa_contract_link', 'Contract Link', '', 4, 8, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::button_ex('Save', 'save_new_contract_dates()') }} {{ Form::button_ex('Cancel', 'cancel_edit_contract_dates()') }}