@extends('Layouts.examinerDashboard') @section('content')
@include('includes.messages')
Hi, {{Auth::user()->firstname}}!
.
Your Stats
Total Candidates
{{$candidates}}
Total Candidates
Total Tested Candidates
{{$tested}}
Total Shortlisted
{{--
Total clients
{{$clients}}
Verified Clients
--}}
Upload Questions
Filter
{{--
Experience
--}}
TRENDS
Candidate Sign Ups this week
{{$signups}}
Recommended this week
{{$recommended}}
Accepted Candidates This Month
{{$tested}}
{{--
@if(Auth::user()->resume_status == 0)
Upload your resume(.pdf*, .docx*)
UPLOAD RESUME
Upload
--}}{{--
--}}{{--
@endif
Take a test
--}}
@include('includes.modals.modals') @include('includes.alerts') @endsection @section('script') @endsection