{{ $totalJobs }}

Total Jobs

{{ $closedJobs }}

Closed Jobs

{{ $hiredEmployees }}

Hired Employees

{{ $openJobs }}

Open Jobs

@foreach($applications as $application) @endforeach
Job Title Status Applicants Stage Action
{{ $application->title }}

Posted on {{ $application->created_at->format('d M, Y') }}

@if($application->status === 'open') Open @elseif($application->status === 'closed') Closed @else {{ ucfirst($application->status) }} @endif {{ $application->candidate_count }}