@extends('layout.master') @section('content')
Job Posts
Home
>
Job Posts
Add
@if(session('success'))
{{ session('success') }}
@endif
@if(isset($jobpostDetails)) @foreach($jobpostDetails as $index => $detail) @endforeach @endif
10
25
50
100
entries per page
Search:
S.NO
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
{{ $index + 1 }}
{{ $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" }}
Show
Edit
Delete
Showing 1 to 1 of 1 entry
«
‹
1
›
»
@endsection