@extends('layouts.recruiter') @section('title', 'Applicants — JOBES') @section('recruiter_content')
| Candidate | Applied For | Status Update | Applied On | Action |
|---|---|---|---|---|
|
{{ $app->user->name }}
{{ $app->user->email }}
|
{{ Str::limit($app->jobListing->title ?? 'N/A', 25) }} | {{ $app->created_at->format('d M Y') }} | View |
Post jobs to start receiving applicant submissions.