@if($advisorApproveStatus['status']=="approved")
Registration Approved! You may pay now
@else
Registration No Approved! You can not pay now
@endif
Warning: Undefined variable $advisorApproveStatus in
/home/shikkhaplus/public_html/resources_16_05_2024/views/students/viewRegistrationBackup.blade.php on line
46
Warning: Trying to access array offset on value of type null in
/home/shikkhaplus/public_html/resources_16_05_2024/views/students/viewRegistrationBackup.blade.php on line
46
Registration No Approved! You can not pay now
Payment Details
| Name |
: |
{{$personalInformation->fullName}} |
Email |
: |
{{$personalInformation->email}} |
| Phone Number |
: |
{{$personalInformation->mobileNo}} |
Address |
: |
{{$personalInformation->presentAddress}} |
Registration Courses
| Course Title |
Course Code |
Credit Hour |
Course Fee |
@php $feeCount = 0; @endphp
@foreach($registrationCourses as $course)
| {{$course->title}} |
{{$course->code}} |
{{$course->creditHour}} |
{{number_format($course->courseFeeAmount,2)}} |
@endforeach
|
Total Course Fee:
|
{{number_format($course->totalcourseFee,2)}} |
Other Fees
| Fee Name |
Amount |
@foreach($feeInformation as $fee)
| {{$fee->name}} |
{{number_format($fee->amount,2)}} |
@php $feeCount+=$fee->amount; @endphp
@endforeach
|
Total Other Fee:
|
{{number_format($feeCount,2)}} |
|
Total Registration Fee Amount:
|
{{number_format($registrationSummary['amount'],2)}} |
|
Narration:
Student Details
|
{{-- --}}