@extends('layouts.dashboard') @section('styles') @endsection @section('content')

Manage Candidates

{{ number_format($stats['total']) }}

Total Seekers

{{ number_format($stats['active']) }}

Active Accounts

{{ number_format($stats['resumes']) }}

Total Resumes

{{ number_format($stats['applications']) }}

Applications Sent
Candidate Directory
@foreach($candidates as $candidate) @endforeach
Candidate Profile Location Status Joined Date Action
{{ $candidate->name }}
{{ $candidate->email }}
{{ $candidate->city ? $candidate->city . ', ' . $candidate->country : 'Not Specified' }} {{ ucfirst($candidate->status) }} {{ $candidate->created_at->format('M d, Y') }}
@endsection @section('scripts') @endsection