@extends('admin/layouts/app') @section('page-title') Dashboard | Simple Admission @endsection @section('page-breadcrumb')

Dashboard

@endsection @section('main-content')
{{--
--}} {{-- --}} {{--
--}} {{--

Welcome, {{$name ? $name : ''}}

--}} {{--
--}} {{-- --}} {{--
--}}
@if(Auth::user()->role->role->role_type == 1)

Total Institute

{{ $totalInstitute }}

@endif

Total Course

@if(Auth::user()->role->role->role_type == 2) {{$totalInsCourse}} @else {{ $totalCourse }} @endif

Total Student

@if(Auth::user()->role->role->role_type == 2) {{ $totalInsStudent }} @else {{ $totalStudent }} @endif

@if(Auth::user()->role->role->role_type == 1)

New Student(7 days)

{{ $last7DaysStudent }}

@endif

Total Application

@if(Auth::user()->role->role->role_type == 2) {{ $totalInsCourseApplied }} @else {{ $totalCourseApplied }} @endif

New Application(7 Days)

@if(Auth::user()->role->role->role_type == 2) {{ $totalInsLast7daysApplication }} @else {{ $totalLast7daysApplication }} @endif

{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Last 7 Days Application

--}} {{--

--}} {{-- @if(Auth::user()->role->role->role_type == 2)--}} {{-- {{ $totalInsLast7daysApplication }}--}} {{-- @else--}} {{-- {{ $totalLast7daysApplication }}--}} {{-- @endif--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Due Application

--}} {{--

10

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Total Business

--}} {{--

5000

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @if(Auth::user()->role->role->role_type == 1)

Pending Application

{{ $totalPendingApplication }}

@endif

Successful Application

@if(Auth::user()->role->role->role_type == 2) {{ $successInsApplication }} @else {{ $successApplication }} @endif

@if(Auth::user()->role->role->role_type == 1)

Pending Leads

{{ $pendingLeads }}

@endif {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Hold Application

--}} {{--

10

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

Questions & Answers

@if(Auth::user()->role->role->role_type == 2) {{ $totalInsQA }} @else {{ $totalQA }} @endif

Reviews

@if(Auth::user()->role->role->role_type == 2) {{ $totalInsReview }} @else {{ $totalReview }} @endif

Followers

@if(Auth::user()->role->role->role_type == 2) {{ $totalInsFollowers }} @else {{ $totalFollowers }} @endif

Location

Gender

Calendar

@endsection @section('extra-script') @endsection