Company Dashboard

Manage your jobs and applications

Active Jobs

{{ $stats['active_jobs'] ?? 0 }}

@if(($stats['active_jobs'] ?? 0) > 0) Promote @endif
+12% from last month

Total Applications

{{ $stats['total_applications'] ?? 0 }}

+8% from last month

Profile Views

{{ number_format($stats['profile_views'] ?? 0) }}

+24% from last month

Conversion Rate

{{ $stats['conversion_rate'] ?? 0 }}%

+5% from last month

Advertising Overview

Create New Ad

Active Ads

{{ $stats['active_ads'] ?? 0 }}

Total Impressions

{{ number_format($stats['ad_impressions'] ?? 0) }}

Total Clicks

{{ number_format($stats['ad_clicks'] ?? 0) }}

Avg. CTR

{{ number_format($stats['ad_ctr'] ?? 0, 1) }}%

@if(($stats['active_ads'] ?? 0) > 0) @else

No active ads

Create your first ad →
@endif

Recent Applications

View All
@forelse($recentApplications ?? [] as $application)
{{ substr($application->user?->name ?? 'U', 0, 1) }}

{{ $application->user?->name ?? 'Unknown User' }}

{{ $application->job?->title ?? 'Unknown Job' }}

{{ ucfirst($application->status ?? 'pending') }}

{{ $application->created_at?->diffForHumans() ?? 'Unknown' }}

@empty

No recent applications

Applications will appear here once candidates start applying to your jobs.

@endforelse

Post a New Job

Reach thousands of qualified candidates

Post Job Now

Company Profile

Profile Completion 85%
Complete your profile

Your Active Jobs

@forelse($activeJobs ?? [] as $job) @empty @endforelse
Job Title Applications Views Status Posted Actions
{{ substr($job->title, 0, 1) }}
{{ $job->title ?? 'Untitled Job' }}
{{ $job->location ?? 'Remote' }}
{{ $job->applications_count ?? 0 }} @if(($job->applications_count ?? 0) > 0)
@endif
{{ number_format($job->views_count ?? 0) }}
@if($job->featured ?? false) Featured @else Active @endif Promote
{{ $job->created_at?->diffForHumans() ?? 'Unknown' }}

No active jobs yet

Start building your talent pipeline by posting your first job opening.

Post Your First Job