@extends('AdminLte.template') @section('title') Employee Dependents @endsection @section('ExternalCss') @parent @endsection @section('Content')
Personal Details
Contact Details
Dependents
Job
Reporting
Qualification
Dependents
Add New
@foreach ($employee_d as $key=>$ed) @endforeach
Name
Realtionship
Birth-Date
Action
{{ $ed->name }}
{{$ed->relationship }}
{{$ed->dob }}
employee_dependent_id }} href={{ url('employee_dependent').'/destroy'.'/'.$id.'/'.$ed->employee_dependent_id }}>Delete
@endsection @section('BootstrapModals') @include('Components/Bootstrap Modals/hrms_employee_dependent_modal') @endsection @section('ExternalJs') @endsection