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


@if($count==0) @include('Employee/Contact/contact_insert') @else @include('Employee/Contact/contact_update') @endif

Emergency Details

@foreach($contactDetails as $key=>$ecd) @endforeach
Name Relationship Home Telephone Office Telephone Mobile Action
 {{ $ecd->name }}  {{ $ecd->relationship }}  {{ $ecd->home_telephone }}  {{ $ecd->office_telephone }}  {{ $ecd->mobile }}
employee_emergency_contact_id }} href={{ url('contact_details').'/destroy'.'/'.$id.'/'.$ecd->employee_emergency_contact_id }}>Delete
{{-- --}} {{-- --}}

@endsection @section('BootstrapModals') @include('Components/Bootstrap Modals/hrms_employee_emergency_contact_modal') @endsection @section('ExternalJs') @endsection