Print
Allowance slip
Employee Name: {{$allowance->employee->name}}
Employee ID: {{$allowance->employee->employee_id}}
Allowance Payment Month
{{date('F-Y', strtotime($month))}}
Regular Allowance
House Rent Allowance
{{$allowance->house_rent_allowance ? $allowance->house_rent_allowance : '0.00'}}/-TK
Medical Allowance
{{$allowance->medical_allowance ? $allowance->medical_allowance : '0.00'}}/-TK
Transport Allowance
{{$allowance->transport_allowance ? $allowance->transport_allowance : '0.00'}}/-TK
Mobile Allowance
{{$allowance->mobile_allowance ? $allowance->special_allowance : '0.00'}}/-TK
Other Allowance
{{$allowance->other_allowance ? $allowance->other_allowance : '0.00'}}/-TK
Total Regular Allowance
{{$allowance->house_rent_allowance + $allowance->medical_allowance + $allowance->transport_allowance + $allowance->mobile_allowance + $allowance->other_allowance}}/-TK
Special Allowance
@php $amount = 0; @endphp @foreach($other_allowance as $row)
{{$row->allowances_name}}
{{$row->allowances_amount}}/-TK @php $amount += $row->allowances_amount @endphp
@endforeach
Total Special Allowance {{$amount}}/-TK