@extends('employer.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Job Posts
@foreach ($jobs as $job) @endforeach
Sl# Date Posted Job Posted Due Date Industry Number of Applicant Status Actions
{{ $loop->iteration }} {{ $job->schedule_date }} {{ $job->created_at }} {{ $job->deadline }} {{ $job->industry }} {{$applicants}} status ? 'checked' : '' }}>
@endsection @push('custom_css') @endpush @push('custom_js') @endpush