@include('admin.includesV2.adminHeader',
[
'pageRoute' => route('getAuditLogData'),
'pageName' => 'Payment Details List',
'pageHeader'=> 'Payment Details Info',
])
@php
$firstOccurance = true; // Initialize the flag
@endphp
@if(in_array("*",$userPrivileges))
@php
$firstOccurance = false; // Initialize the flag
@endphp
@endif
@foreach($courseTypes as $key=>$course)
@if(in_array("*",$userPrivileges) || in_array("RA",$userPrivileges))
@if(in_array("*",$userPrivileges) || in_array("COURSE_TYPE_".$key,$userPrivileges))
@php
$firstOccurance = false; // Initialize the flag
@endphp
@endif
@endif
@endforeach
Application ID | Student ID | Date | >Course | Course Fee | Paid | Name | Phone | Address |
---|
Application Id | Student ID | Date | Course | Course Fee | Paid | Name | Phone | Address |
---|