@extends('layouts.admin-flowdash') @section('title', 'Career Enquiries') @section('page-title', 'Career Enquiries') @section('breadcrumb')
| Contact | Subject | Date | Status | Actions |
|---|---|---|---|---|
|
{{ substr($enquiry->name ?? 'JD', 0, 1) }}
{{ $enquiry->name ?? 'Jane Doe' }}
{{ $enquiry->email ?? 'jane@example.com' }}
|
{{ $enquiry->subject ?? 'General Career Inquiry' }}
{{ Str::limit($enquiry->message ?? 'Inquiry about career opportunities...', 50) }}
|
{{ $enquiry->created_at ? $enquiry->created_at->format('M d, Y') : 'Jan 20, 2024' }} | New | |
|
contact_support
No enquiries foundCareer enquiries will appear here when people contact you. |
||||