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

Employer - Candidate Statistics

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

{{$employers_count}} Employers
{{$packages_count}} Packages
{{$candidates_count}} Candidates
{{$positions_count}} Positions

Recent Transactions

@endsection @section('scripts') @endsection