@extends('layouts.seeker') @section('title', 'My Dashboard — JOBES') @section('seeker_content')
| Job Title | Apply Date | Company | Status |
|---|---|---|---|
|
{{ $app->jobListing->title ?? $mockRow[0] }}
{{ $app->jobListing->location->city ?? $app->jobListing->city ?? 'Remote' }} ·
{{ $app->jobListing->salary_range ?? '₹6L - ₹8L' }}
|
{{ $app->created_at->format('d/m/Y') }} | {{ $app->jobListing->company->name ?? $mockRow[4] }} | @php $statusLabel = match($app->status) { 'shortlisted','offered','hired' => 'interview', 'rejected' => 'canceled', 'reviewed' => 'viewed', default => 'viewed' }; $statusColor = match($statusLabel) { 'viewed' => 'background:#a855f7; color:#fff;', 'interview' => 'background:#f59e0b; color:#fff;', 'canceled' => 'background:#ef4444; color:#fff;', default => 'background:#cbd5e1; color:#475569;' }; if ($app->status === 'pending') { $statusLabel = 'pending'; $statusColor = 'background:#64748b; color:#fff;'; } @endphp {{ $statusLabel }} |
|
Senior UI/UX Designer
New-York, USA
|
03/07/2026 | Tech.Beth Com... | viewed |
|
React JS Developer
Dhaka, Bangladesh
|
07/07/2026 | Gangster Group | interview |