{{-- @dump($studentCounts)--}}
@if(session('isAdmin'))
@endif
Application Overview
{{ now()->setTimezone(config('app.timezone'))->format('h:i A') }}
@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
| ID | Transaction ID | Student ID | Date | Status | Payment Method | Course | Amount | Name | Phone | Address |
|---|
| ID | Transaction ID | Student ID | Date | Status | Payment Method | Course | Amount | Name | Phone | Address |
|---|
Research Info
| Date&Time | Student ID | Name | Contact | Action | |
|---|---|---|---|---|---|
| {{-- {{$research->created_at}} --}} {{$research->created_at != null ? \Carbon\Carbon::parse($research->created_at)->format('d M Y h:i:s A') : 'NA'}} {{-- {{ \Carbon\Carbon::parse($research->created_at)->format('d M Y h:i:s A') }} --}} | {{$research->reasearch_id}} | {{$research->researchers_name}} | {{$research->researchers_number}} | {{$research->researchers_email}} | View CSV |