|
{{ $copyFor }}
@php
$colorBlock = "#f8a306";
@endphp
@if($student['class_id'] >= 10 && $student['class_id'] <= 12 )
Humanitas - PECHS
KARACHI @php $colorBlock = "#3AA28B"; @endphp @elseif ($feeChallan['campus_name'] == 'Clifton Campus') Veritas Learning Circle - Clifton KARACHI @else Veritas Learning Circle - PECHS KARACHI @endif |
@if($student['class_id'] >= 10 && $student['class_id'] <= 12 )
@else
@endif
|
| 1Bill Invoice ID : {{ $feeChallan['one_bill_id'] }} | |
| 1 Bill Amount | @php $challanAmount = is_numeric($feeChallan['challan_amount']) ? $feeChallan['challan_amount'] : 0; $transactionCharges = 0; if($challanAmount > 0 && $challanAmount <= 10000){ $transactionCharges = 45; } elseif($challanAmount > 10000 && $challanAmount <= 100000){ $transactionCharges = 70; } elseif($challanAmount > 100000 && $challanAmount <= 250000){ $transactionCharges = 110; } elseif($challanAmount > 250000 && $challanAmount <= 1000000){ $transactionCharges = 140; } elseif($challanAmount > 1000000 && $challanAmount <= 2500000){ $transactionCharges = 290; } elseif($challanAmount > 2500000 && $challanAmount <= 5000000){ $transactionCharges = 450; } elseif($challanAmount > 5000000){ $transactionCharges = 600; } $totalAmount = number_format($challanAmount + $transactionCharges, 0, '.', ','); @endphp {{ $totalAmount }} |
You may use this link for payment through debit/credit card or wallet accounts (easypaisa and JazzCash). Use the 1-Bill invoice ID to search your payment details.
Click here to pay with : {{ $feeChallan['click_to_pay_url_link'] }}
KUICKPAY ID: {{ $feeChallan['kuickpay_id'] }}
Voucher Number: {{ $feeChallan['challan_no'] }}
Due Date: {{ $dueDate->format('M d, Y') }}
VALIDITY DATE: {{ $validityDate->format('M d, Y') }}
LEARNER'S NAME: {{ ucwords($student['name']) }}
GRADE: {{ $student['class_section_id_name'] }}
REGISTRATION NO: {{ $student['student_reg_number'] }}
| billing information | amount(pkr) |
| tuition fee | {{ $totalFees }} |
| tuition fee x {{ $feeChallan['advance_tag_months'] }} | {{ $totalFees }} |
| annual charges | {{ number_format($feeChallan['annual_fees'], 0, '.', ',') }} |
| {{ ucwords($feeChallan['additional_amount_description']) ?? '' }} | {{ number_format($feeChallan['additional_amount'], 0, '.', ',') }} |
| {{ ucwords($feeHead['head_title']) ?? '' }} | {{ number_format($feeHead['head_amount'], 0, '.', ',') }} |
| {{ ucwords($feeTax['tax_name']) }}({{ $feeTax['tax_value'] ?? '' }}%) | {{ number_format($feeChallan['challan_tax_amount'], 0, '.', ',') }} |
| {{ ucwords(isset($updated_discount_text) ? $updated_discount_text : $feeDiscount['discount_name'] ) }} | ({{ number_format($feeDiscount['discount_value'], 0, '.', ',') }}) |
| {{ ucwords(isset($updated_discount_text) ? $updated_discount_text : $feeDiscount['discount_name'] ) }} | ({{ number_format($feeDiscount['discount_value'] * $monthsCounts, 0, '.', ',') }}) |
| {{ ucwords($feeChallan['additional_discount_description']) ?? '' }} | ({{ number_format($feeChallan['additional_discount'], 0, '.', ',') }}) |
| Total Dues {{ \Carbon\Carbon::create($feeChallanArrear['challan_arrear_year_from'], $feeChallanArrear['challan_arrear_month_from'], 1)->format('F Y') }} | {{ number_format($feeChallanArrear['total_challan_amount'], 0, '.', ',') }} |
| total fee payable by due date | {{ number_format($feeChallan['challan_amount'], 0, '.', ',') }} |
| total fee payable after due date | {{ number_format($feeChallan['challan_amount_after_due_date'], 0, '.', ',') }} |
You can pay though your online/internet banking account by selecting Kuickpay and using Kuickpay ID mentioned above.
Click here to pay with : {{ $feeChallan['click_to_pay_url_link'] }}
Developed By Humanitas.