@extends('Reports.template') @section('title') Generic Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
@php $title = "Calculated Salary Report"; @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}}
{{$title}} @if($department_name!='') Department: {{ $department_name }}      @endif @if($category_name!='')      Category: {{ $category_name }} @endif @if($salaryTpe!='' && $salaryTpe!='all') @php if($salaryTpe=='ctc') { $type='CTC'; } else if($salaryTpe=='stipend') { $type='STIPEND'; } else if($salaryTpe=='per_hour') { $type='Per Hour'; } @endphp      Salary Type: {{ $type }} @endif @if($abry!='' && $abry!='N,Y')      ABRY (Rojgar Yojana): {{ $abry=="N"?"No":($abry=="Y"?"Yes":'') }} @endif Month : {{$date}}
@foreach ($general_column as $key=>$value) @php $d=explode('/',$value) @endphp @endforeach @foreach ($leave_column as $key=>$value) @php $d=explode('/',$value) @endphp @endforeach @if (in_array("Overtime Hours",$select_head)) @endif @foreach($headMasterColumnE as $columnTitle) @php if(($salary_type=='stipend' && $columnTitle->is_standard_head=="Y") || ($salary_type=='ctc' && $columnTitle->head_code=="STPND")) { continue; } @endphp @if (in_array($columnTitle->head_code,$select_head)) @endif @endforeach @if (in_array("Overtime Payment",$select_head)) @endif @if (in_array("Total Earnings",$select_head)) @endif @foreach($headMasterColumnD as $columnTitle) @php if(($salary_type=='stipend' && $columnTitle->is_standard_head=="Y") || ($salary_type=='ctc' && $columnTitle->head_code=="STPND")) { continue; } @endphp @if (in_array($columnTitle->head_code,$select_head)) @endif @endforeach @if (in_array("Total Deducation",$select_head)) @endif @foreach($headMasterColumnT as $columnTitle) @if (in_array($columnTitle->head_code,$select_head)) @endif @endforeach
Emp. Id Employee Name{{ $d[1] }}{{ $d[1] }}Overtime Hours{{$columnTitle->head_name}}Overtime PaymentTotal Earnings{{$columnTitle->head_name}}Total deducation{{$columnTitle->head_name}}
Grand Total
Back
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection