@extends('layouts.dashboard') @section('title', 'Applicants for ' . $job->title) @section('content')
| Freelancer | Profile Title | Applied On | Status | Actions |
|---|---|---|---|---|
|
@if($app->freelancer->profile_photo)
|
{{ $app->freelancer->freelancerProfile->title ?? 'N/A' }} | {{ $app->created_at->format('d M, Y') }} | @if($app->status == 'pending') Pending Review @elseif($app->status == 'accepted') Accepted @else Rejected @endif |
|
| No applications received yet. | ||||