@extends('layouts.template.main') @section('content')
Job Postings
Create New Job @if(session('success'))
{{ session('success') }}
@endif @foreach($jobPostings as $job) @endforeach
Title Phòng ban Type Location Status Deadline Actions
{{ $job->title }} {{ $job->department }} {{ ucfirst($job->type) }} {{ $job->location }} {{ ucfirst($job->status) }} {{ \Carbon\Carbon::parse($job->deadline)->format('Y-m-d') }}
@csrf @method('DELETE')
@endsection