@extends('Reports.template') @section('title') Finalize Salary @endsection @section('ExternalCss') @parent @endsection @section('Content')
{{ Form::open(['action' => 'HrmsEmployeeSalaryDownloadController@finalsalary','autocomplete' => 'off','id' => 'calculate']) }} @php $total_colum=10+sizeof($headMasterColumnE)+sizeof($headMasterColumnD)+sizeof($headMasterColumnT); @endphp @php $title = "Finalize Salary"; @endphp @if ($category_name=='') @else @endif @foreach($headMasterColumnE as $columnTitle) @php if(($salary_type=='STPND' && $columnTitle->is_standard_head=="Y") || ($salary_type=='ctc' && $columnTitle->head_code=="STPND")) { continue; } @endphp @endforeach @foreach($headMasterColumnD as $columnTitle) @php if(($salary_type=='STPND' && $columnTitle->is_standard_head=="Y") || ($salary_type=='ctc' && $columnTitle->head_code=="STPND")) { continue; } @endphp @endforeach @foreach($headMasterColumnT as $columnTitle) @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}}
{{$title}} Month : {{$date}} {{$title}} Category Name: {{ $category_name }} Month : {{$date}}
Emp. Id Employee Name IFSC Code Account Number Days Payable LOP day OT/Working Hours{{$columnTitle->head_name}}OT/Hourly Payment Total Earnings{{$columnTitle->head_name}}Total deducation{{$columnTitle->head_name}}
Grand Total0000
{{ Form::close() }}
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection