@extends('AdminLte.template') @section('title') @endsection @section('ExternalCss') @parent @endsection @section('Content')


@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')
Present Address










Permanent Address











Contacts & Email Information








{{ Form::close() }}
@if(session()->has('successMessage'))
× {{ session()->get('successMessage') }}
@endif @if(session()->has('errorMessage'))
× {{ session()->get('errorMessage') }}
@endif
@endsection @section('BootstrapModals') @include('Components/Bootstrap Modals/hrms_employee_emergency_contact_modal') @endsection @section('ExternalJs') @endsection