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


@include('Hrms/display_header')
Sr Name Realtionship Birth-Date Action
@foreach ($employee_d as $key=>$ed) @endforeach
 {{$i++}}  {{ $ed->name }}  {{$ed->relationship }}  {{\Helper::getDisplayDate($ed->dob)}}

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