@extends('AdminLte.template') @section('title') Finalize Salary @endsection @section('ExternalCss') @parent @endsection @section('Content')
Payslip Release | Emp. Id | Employee Name | IFSC Code | Account Number | Days Payable | LOP day | @if($salary_type=="all" || $salary_type=='per_hour')Per Hour Rate | @endifOT/Working Hours | @foreach($headMasterColumnE as $columnTitle) @php if(($salary_type=='STPND' && $columnTitle->is_standard_head=="Y") || ($salary_type=='ctc' && $columnTitle->head_code=="STPND")) { continue; } @endphp{{$columnTitle->head_name}} | @endforeachOT/Hourly Payment | Total Earnings | @foreach($headMasterColumnD as $columnTitle) @php if(($salary_type=='STPND' && $columnTitle->is_standard_head=="Y") || ($salary_type=='ctc' && $columnTitle->head_code=="STPND")) { continue; } @endphp{{$columnTitle->head_name}} | @endforeachTotal deducation | @foreach($headMasterColumnT as $columnTitle){{$columnTitle->head_name}} | @endforeachGrand Total | 0 | 0 | 0 | 0 |
---|