@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)
@endif
--}}
@include('includes.modals.modals')
@include('includes.alerts')
@endsection
@section('script')
@endsection