@if(session('success'))
{{ session('success') }}
@endif
ID | User ID | Title | Description | Jobtype | Location | Salary | Working Hours | Specializations | Company Name | Company Logo | Company Description | Contact Email | Contact Phone | Application Deadline | Application Link | How to Apply | Status |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $detail->id ?? "null"}} | {{ $detail->title ?? "null" }} | {{ $detail->description ?? "null" }} | {{ $detail->job_type ?? "null" }} | {{ $detail->location ?? "null" }} | {{ $detail->salary ?? "null" }} | {{ $detail->working_hours ?? "null" }} | {{ $detail->specializations ?? "null" }} | {{ $detail->company_name ?? "null" }} | {{ $detail->company_logo ?? "null" }} | {{ $detail->company_description ?? "null" }} | {{ $detail->contact_email ?? "null" }} | {{ $detail->contact_phone ?? "null" }} | {{ $detail->application_deadline ?? "null" }} | {{ $detail->application_link ?? "null" }} | {{ $detail->how_to_apply ?? "null" }} | {{ $detail->status ?? "null" }} |