@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@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))
>
Application ID Student ID DateCourse Course Fee Paid Name Email Phone Address
@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))
Application Id Student ID Date Course Course Fee Paid Name Email Phone Address
@php $firstOccurance = false; // Initialize the flag @endphp @endif @endif @endforeach
@endsection @section('customJs') @endsection @section('documentJquery') @endsection