@extends('layouts.master') @section('content')
@csrf
Start Date
End Date
Apply
person

Total Users

{{$Totaluser}}

{{--
--}}
person_add

Inactive Users

{{$inactive_user}}

person_add

Beginer Level Users
(In-Progress )

{{$first_level}}

spellcheck

Intermediate Level Users
(In-Progress)

{{$second_level}}

spellcheck

Advance Level Users
(In-Progress)

{{$third_level}}

spellcheck

Beginer Level Users (Passed)

{{$first_level_pass_users}}

spellcheck

Second Level Users (Passed)

{{$second_level_pass_users}}

spellcheck

Third Level Users (Passed)

{{$third_level_pass_users}}

spellcheck

Fail Users In First Level

{{$first_level_fail_users}}

spellcheck

Fail Users In Second Level

{{$second_level_fail_users}}

spellcheck

Fail Users In Third Level

{{$third_level_fail_users}}

@endsection