@extends('Reports.template') @section('title') Dependents @endsection @section('ExternalCss') @parent @endsection @section('Content') @php $currentTime = \Carbon\Carbon::now(); @endphp @php $srheader = 1; $sr =1 ; @endphp @foreach ($employeeData as $key =>$emp) @foreach ($employeeDependent as $key =>$dependent) @if($emp->employee_id == $dependent->employee_id) @endif @endforeach @endforeach @php $currentTime = \Carbon\Carbon::now(); @endphp
@if($businessEntityMasterData[0]->logo != null) Pharmacy Logologo )}}"/> @endif
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
Dependents As on :{{$currentTime->format('d/m/Y H:i:s ')}}
Emp Id Employee Name Designation Department Join Date
  Sr No   Dependent Name   Relationship   Birth Date
{{$emp->employee_id}} {{$emp->employee_name }} {{$emp->job_title_name}} {{$emp->department_name }} {{\Helper::getDisplayDate($emp->employee_hire_date) }}
  {{$srheader++}}   {{ $dependent->name}}   {{$dependent->relationship}}   {{\Helper::getDisplayDate($dependent->dob)}}
{{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}}
Back
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection