{{ Form::row_label_inline('Contract Sign Date', \App\Helpers\Format_Helper::format_standard_date($business->msa_contract->msa_sign_date), '', 4, 4, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_label_inline('Contract Start Date', \App\Helpers\Format_Helper::format_standard_date($business->msa_contract->msa_start_date), '', 4, 4, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_label_inline('Contract End Date', \App\Helpers\Format_Helper::format_standard_date($business->msa_contract->msa_end_date), 'label-bold', 4, 4, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_label_inline('MSA ID', $business->msa_contract->msa_id, '', 4, 4, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_ex("Contract Link", \App\Helpers\FormComponentHelper::SIZE_MEDIUM, null, 4) }}
{{ Form::label_link($business->msa_contract->msa_contract_link, $business->msa_contract->msa_contract_link, \App\Helpers\FormComponentHelper::SIZE_MEDIUM, 'link-label') }}
{{ Form::button_ex('Edit Active', 'edit_contract_dates()') }}
{{ Form::button_ex('Add New', 'add_contract_dates()') }}