@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
--}}
TRENDS

{{$signups}}

{{$recommended}}

{{$tested}}

{{--
@if(Auth::user()->resume_status == 0)

Upload your resume(.pdf*, .docx*)

UPLOAD RESUME
--}}{{--
--}}{{--
@endif
Take a test
--}}
@include('includes.modals.modals') @include('includes.alerts') @endsection @section('script') @endsection