@extends('Reports.template') @section('title') Salary Revision @endsection @section('ExternalCss') @parent @endsection @section('Content') @php $currentTime = \Carbon\Carbon::now(); @endphp @php $sr = 1; @endphp @foreach ($salaryActiveData as $key =>$salary) @foreach($salaryInActiveData as $k => $s) @if($s->employee_id == $salary->employee_id) @endif @endforeach @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}}
Salary Revision Period : {{\Helper::getDisplayDate($fromDate)}} TO {{\Helper::getDisplayDate($toDate)}}
Sr No     Emp ID Employee Name Designation Department Effective From CTC
{{$sr++}}      {{$salary ->employee_id }} {{ $salary->employee_name }} {{ $salary->job_title_name }} {{ $salary->department_name }} {{\Helper::getDisplayDate($salary->effective_date)}} {{\Helper::customAmountFormat3($salary->ctc)}}
{{\Helper::getDisplayDate($s->effective_date)}} {{\Helper::customAmountFormat3($s->ctc)}}
{{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}}
Back
@endsection