@extends('layouts.dashboard') @section('styles') @endsection @section('content')
| Candidate Profile | Location | Status | Joined Date | Action |
|---|---|---|---|---|
|
{{ $candidate->name }}
{{ $candidate->email }}
|
{{ $candidate->city ? $candidate->city . ', ' . $candidate->country : 'Not Specified' }} | {{ ucfirst($candidate->status) }} | {{ $candidate->created_at->format('M d, Y') }} |
|