@extends('admin::layouts.master') @section('pagetitle','Dashboard') @section('content')

Employer - Candidate Statistics

Hello, {{ ucfirst(auth()->user()->name) }}

{{$employers_count}} Employers
{{$employer_present}} Employer Present Today
{{$employers_absent}} Employer Absent Today

Recent Transactions

@endsection @section('scripts') @endsection