@extends('Reports.template') @section('title') Leave Entitlement Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
@php $currentTime = \Carbon\Carbon::now(); @endphp @foreach($leaveEnt as $key=>$leaveEnt)     {{-- --}} @endforeach {{-- {{-- --}} {{-- --}}
@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}}
Leave Entitlement Report (Employee) Employee Name : Leave Period : As on: {{$currentTime->format('d/m/Y H:i:s ')}}
Sr No. Leave Type Leave Entitlements Leave Balance
{{$count}} {{$leaveEnt->leave_type_name}} {{$leaveEnt->entitlement}}  0   {{ $empdir->department_name }}  {{ $empdir->employee_gender }}  {{ $empdir->contract_start_date }}  {{ $empdir->employee_dob }}
{{ $empData->appends(['search' => $search,'searchColumn' => $searchColumn,'searchType' => $searchType])->links() }}
{{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}}
Back
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection