@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
{{-- @dump($studentCounts)--}}
Total User

{{$userCount}}

View more
Total Student

{{$studentCount}}

View more
Total Course

{{$courseCount}}

View more
Total Payment

{{$orderCount}}

View more
Application Overview {{ now()->setTimezone(config('app.timezone'))->format('h:i A') }}
@php $firstOccurance = true; // Initialize the flag @endphp @if(in_array("*",$userPrivileges))
ID Transaction ID Student ID Date Status Payment Method Course Amount 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))
ID Transaction ID Student ID Date Status Payment Method Course Amount Name Email Phone Address
@php $firstOccurance = false; // Initialize the flag @endphp @endif @endif @endforeach
@if(session('isAdmin'))
Research Info
@foreach($allResearch as $research) @endforeach
Date&Time Student ID Name Contact Email 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
@endif
@endsection @section('customJs') @endsection @section('documentJquery') @endsection