@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')
{{__('SL')}} | {{__('Labour Name')}} | {{__('Labour ID')}} | {{__('Total Gross Salary')}} | {{__('Total')}} | {{__('Total Deductions')}} | {{__('Total')}} | {{__('Net Payable')}} | {{__('Bonus')}} | {{__('Payment')}} | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Basic Wages | Daily Wages | Wages Per Hour | Working Days | Overtime | Others | Absence | Wages Advance | Others | ||||||||||
Hour | Taka | Hour | Taka | |||||||||||||||
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | |||
(1/{{$total_days}}) | (2/8) | |||||||||||||||||
{{$key+1}} | {{$row->labour->name}} | {{$row->labour->labour_id}} | {{$row->basic_salary}}/-TK @php $a += $row->basic_salary; @endphp | {{ number_format($row->basic_salary / $total_days,2)}}/-TK | {{ number_format(($row->basic_salary / $total_days)/8,2)}}/-TK | {{$row->others_allowance}}/-TK @php $g += $row->others_allowance; @endphp | {{$row->total_gross_salary}}/-TK @php $h += $row->total_gross_salary; @endphp | {{$row->salary_advance}}/-TK @php $k += $row->salary_advance; @endphp | {{$row->other_deduction}}/-TK @php $l += $row->other_deduction; @endphp | {{$row->total_deduction}}/-TK @php $m += $row->total_deduction; @endphp | {{$row->net_payable}}/-TK @php $n += $row->net_payable; @endphp | {{$row->bonus}}/-TK @php $o += $row->bonus; @endphp | {{$row->payable_salary}}/-TK @php $p += $row->payable_salary; @endphp | |||||
Total: | {{$a}}/-TK | {{$g}}/-TK | {{$h}}/-TK | {{$k}}/-TK | {{$l}}/-TK | {{$m}}/-TK | {{$n}}/-TK | {{$o}}/-TK | {{$p}}/-TK |