Manage your jobs and applications
Total Applications
{{ $stats['total_applications'] ?? 0 }}
Profile Views
{{ number_format($stats['profile_views'] ?? 0) }}
Conversion Rate
{{ $stats['conversion_rate'] ?? 0 }}%
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) }}%
No active ads
Create your first ad →{{ $application->user?->name ?? 'Unknown User' }}
{{ $application->job?->title ?? 'Unknown Job' }}
{{ $application->created_at?->diffForHumans() ?? 'Unknown' }}
No recent applications
Applications will appear here once candidates start applying to your jobs.
| 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) }} | {{ $job->created_at?->diffForHumans() ?? 'Unknown' }} | ||
No active jobs yetStart building your talent pipeline by posting your first job opening. Post Your First Job |
|||||