@section('title') Career Posts @endsection @section('breadcrumbs') {{ Breadcrumbs::render('careers.index') }} @endsection
@forelse ($posts as $post) @empty @endforelse
Title Position Job Type Status Deadline Actions
{{ $post->title }} {{ optional($post->position)->name }} {{ $post->job_type }} {{ $post->status }} {{ $post->deadline ? \Carbon\Carbon::parse($post->deadline)->format('Y-m-d') : '-' }} Actions
No posts found.
@push('scripts') @endpush