@extends('Reports.template') @section('title') @if($inputType == '{salary}') {{ "Monthly Salary Input Report" }} @elseif($inputType == '{overtime}') {{ "Monthly Overtime Input Report" }} @elseif($inputType == '{lop}') {{ "Monthly LOP Input Report" }}@endif {{"Monthly Salary Report"}} @endsection @section('ExternalCss') @parent @endsection @section('Content') @if($inputType == '{salary}') @elseif($inputType == '{overtime}') @elseif($inputType == '{lop}') @elseif ($inputType == '{hour_input}') @endif @if($inputType == '{salary}') @elseif($inputType == '{overtime}') @elseif($inputType == '{lop}') @elseif ($inputType == '{hour_input}') @endif @foreach ($employee_details as $key=>$data) @php $norecord=1; @endphp @if($inputType == '{salary}') @elseif($inputType == '{overtime}') @elseif($inputType == '{lop}') @if($report=="Z") @elseif($report=="NZ" && $data->lop_days!=0) @endif @elseif ($inputType == '{hour_input}') @endif @php $previousValue = $data->employee_id; @endphp @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}}
{{ "Monthly Salary Input Report" }} {{ "Monthly Overtime Input Report" }} {{ "Monthly LOP Input Report" }} {{ 'Monthly Hour Report for Hour Base Employee' }} {{'Salary Month: ' . Carbon::parse($salary_month)->format('M-y')}}
Employee Name Department Category Head Type Amount  Created / Updated By Employee Name Department Category OT Hours  Created / Updated By Employee Name Department Category LOP  Created / Updated ByEmployee Name Department Category Calculated Working Hours Working Hours Rate Per Hour Total Payment TDS Net Payment Created / Updated By
{{$data->employee_id }} / {{$data->employee_name }} {{$data->department_name}} {{$data->job_category_name}} {{$data->head_name}} @if($data->head_type == 'D') {{ 'Deduction' }} @elseif($data->head_type == 'E'){{ 'Earning' }} @endif {{ $data->applicable }}   @if($data->lastmodified_by != NULL) {{ $data->lastmodified_by }} @else{{ $data->created_by }} @endif {{$data->employee_id }} / {{$data->employee_name }} {{$data->department_name}} {{$data->job_category_name}} {{$data->overtime_hours}}   @if($data->lastmodified_by != NULL) {{ $data->lastmodified_by }} @else{{ $data->created_by }} @endif {{$data->employee_id }} / {{$data->employee_name }} {{$data->department_name}} {{$data->job_category_name}} {{$data->lop_days}}   @if($data->lastmodified_by != NULL) {{ $data->lastmodified_by }} @else{{ $data->created_by }} @endif {{$data->employee_id }} / {{$data->employee_name }} {{$data->department_name}} {{$data->job_category_name}} {{$data->lop_days}}   @if($data->lastmodified_by != NULL) {{ $data->lastmodified_by }} @else{{ $data->created_by }} @endif {{$data->employee_id }} / {{$data->employee_name }} {{ $data->department_name}} {{ $data->job_category_name}} {{ $data->calculated_overtime_hours }} {{ $data->overtime_hours }} {{ $data->overtime_hours!="0" && $data->overtime_hours!=NULL ?( round($data->net_payable/$data->overtime_hours)) :'' }} {{ $data->net_payable }} {{ $data->applicable }} {{ $data->net_payable-$data->applicable }}   @if($data->lastmodified_by != NULL) {{ $data->lastmodified_by }} @else{{ $data->created_by }} @endif
{{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}}
Back
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection