@extends('layouts.admin') @section('title', 'View Career') @section('header', 'Career Details') @section('content')
Slug: {{ $career->slug }}
{{ $career->applications->count() }}
{{ $career->department ?? 'N/A' }}
{{ ucfirst($career->employment_type) }}
{{ $career->valid_through ? $career->valid_through->format('M d, Y') : 'No expiry' }}
Short: {{ $career->location }}
@if($career->job_location)Full: {{ $career->job_location }}
@endifEmail: {{ $career->contact_email }}
@endif @if($career->contact_phone)Phone: {{ $career->contact_phone }}
@endif{{ $career->education }}
{{ $career->industry }}
{{ $career->working_hours }}
{{ $career->salary_range }}
{{ $career->skills }}
| Applicant | Position | Status | Applied | Actions |
|---|---|---|---|---|
|
{{ $application->name }}
{{ $application->email }}
|
{{ $application->position }} | {{ $application->status_label }} | {{ $application->created_at->format('M d, Y') }} | View |
No applications yet.