@extends('admin.master') @section('styleSheet') @endsection @section('content')
{{-- @dump($studentCounts)--}}
{{$users->total}}
Total User
View more
{{$users->admins_count}}
Total Admin
View more
{{$users->supervisors_count}}
Total Supervisor
View more
{{$users->manager_count}}
Total Manager
View more
@php $loginUserPrivileges = session('loginUserPrivileges'); $currentUser = str_replace(['[', ']','"'], '', $loginUserPrivileges); $userPrivileges = explode(",",$currentUser); @endphp @if(in_array("*",$userPrivileges) || in_array("DR",$userPrivileges))
Overview
@foreach($studentCourses as $key=>$studentCourse) {{-- --}} @endforeach
SL. Student Name Course Type Course Name Amount Applied Status
{{$key + 1}} {{$studentCourse->first_name}} {{$studentCourse->page_name}} {{!empty($studentPrograms) && isset($studentPrograms[$studentCourse->program_id]) ? $studentPrograms[$studentCourse->program_id]->title : ""}} {{!empty($studentPrograms) && isset($studentPrograms[$studentCourse->program_id]) ? $studentPrograms[$studentCourse->program_id]->amount : "0"}} {{$studentCourse->created_at}} {{isset($paymentStatus[$studentCourse->paid_status]) ? $paymentStatus[$studentCourse->paid_status] : $studentCourse->paid_status}} --}} {{-- View
@php $serialMaster = 1 @endphp @foreach($studentCourses as $key=>$studentCourse) @if($studentCourse->page_name == "Master's Program") {{-- --}} @php $serialMaster++ @endphp @endif @endforeach
SL. Student Name Course Name Amount Applied Status
{{$serialMaster}} {{$studentCourse->first_name}} {{!empty($studentPrograms) && isset($studentPrograms[$studentCourse->program_id]) ? $studentPrograms[$studentCourse->program_id]->title : ""}} {{!empty($studentPrograms) && isset($studentPrograms[$studentCourse->program_id]) ? $studentPrograms[$studentCourse->program_id]->amount : "0"}} {{$studentCourse->created_at}} {{isset($paymentStatus[$studentCourse->paid_status]) ? $paymentStatus[$studentCourse->paid_status] : $studentCourse->paid_status}} --}} {{-- View
@php $serialdiploma = 1 @endphp @foreach($studentCourses as $key=>$studentCourse) @if($studentCourse->page_name == "Post Graduate Diploma") {{-- --}} @php $serialdiploma++ @endphp @endif @endforeach
SL. Student Name Course Name Amount Applied Status
{{$serialdiploma}} {{$studentCourse->first_name}} {{!empty($studentPrograms) && isset($studentPrograms[$studentCourse->program_id]) ? $studentPrograms[$studentCourse->program_id]->title : ""}} {{!empty($studentPrograms) && isset($studentPrograms[$studentCourse->program_id]) ? $studentPrograms[$studentCourse->program_id]->amount : "0"}} {{$studentCourse->created_at}} {{isset($paymentStatus[$studentCourse->paid_status]) ? $paymentStatus[$studentCourse->paid_status] : $studentCourse->paid_status}} --}} {{-- View
@php $serialCourse = 1 @endphp @foreach($studentCourses as $key=>$studentCourse) @if($studentCourse->page_name == "Certificate Course") {{-- --}} @php $serialCourse++ @endphp @endif @endforeach
SL. Student Name Course Name Amount Applied Status
{{$serialCourse}} {{$studentCourse->first_name}} {{!empty($studentPrograms) && isset($studentPrograms[$studentCourse->program_id]) ? $studentPrograms[$studentCourse->program_id]->title : ""}} {{!empty($studentPrograms) && isset($studentPrograms[$studentCourse->program_id]) ? $studentPrograms[$studentCourse->program_id]->amount : "0"}} {{$studentCourse->created_at}} {{isset($paymentStatus[$studentCourse->paid_status]) ? $paymentStatus[$studentCourse->paid_status] : $studentCourse->paid_status}} --}} {{-- View
@php $serialCourse = 1 @endphp @foreach($studentCourses as $key=>$studentCourse) @if($studentCourse->page_name == "Certification Program") {{-- --}} @php $serialCourse++ @endphp @endif @endforeach
SL. Student Name Course Name Amount Applied Status
{{$serialCourse}} {{$studentCourse->first_name}} {{!empty($studentPrograms) && isset($studentPrograms[$studentCourse->program_id]) ? $studentPrograms[$studentCourse->program_id]->title : ""}} {{!empty($studentPrograms) && isset($studentPrograms[$studentCourse->program_id]) ? $studentPrograms[$studentCourse->program_id]->amount : "0"}} {{$studentCourse->created_at}} {{isset($paymentStatus[$studentCourse->paid_status]) ? $paymentStatus[$studentCourse->paid_status] : $studentCourse->paid_status}} --}} {{-- View
@endif
Register last 30 days
{{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- Revenue: --}} {{--

$1,234,112.20

--}} {{--
--}} {{--
--}} {{-- --}} {{-- Tax: --}} {{--

$134,90.10

--}} {{--
--}} {{--
--}} {{-- --}} {{-- Shipment: --}} {{--

$1,134,90.10

--}} {{--
--}} {{--
--}} {{-- --}} {{-- Orders: --}} {{--

235090

--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section('customJs') @endsection @section('documentJquery') EcommerceIndex.init(); TableAdvanced.init(); @endsection