@if($count==0)
{{ Form::open(['action' => 'EmployeeContactDetailsController@create','id' => 'AddEmployeeContactDetailsForm','autocomplete' => 'off']) }}
@else
{{ Form::open(['action' => 'EmployeeContactDetailsController@update','id' => 'AddEmployeeContactDetailsForm','autocomplete' => 'off']) }}
@endif
@include('Hrms/display_header')