@extends('layouts.recruiter') @section('title', 'Recruiter Dashboard — JOBES') @section('recruiter_content')
{{ $company->name ?? 'Set up your company profile' }} @if($company && $company->is_verified) @endif
Set up your company details so candidates can learn about your business and apply to your jobs.
| Job Title | Applicants | Status |
|---|---|---|
|
{{ Str::limit($job->title, 28) }}
{{ $job->created_at->diffForHumans() }}
|
{{ $job->applications_count }} | @php $statusColor = $job->status === 'active' ? 'background:#d1fae5; color:#065f46;' : 'background:#cbd5e1; color:#475569;'; @endphp {{ $job->status }} |
We will notify you as soon as a candidate applies.