@extends('landingpage::themes.job_board.layouts.app') {{-- $page is constructed in FrontendController for meta tags --}} {{-- $company is the company model instance --}} {{-- $jobs is the paginated collection of jobs --}} @section('content')
This company currently has no open job positions listed.
{{ $job->location ?: 'Not specified' }} - {{ $job->job_type ?: 'N/A' }}
@if($job->application_deadline)Apply by: {{ $job->application_deadline->format('M d, Y') }}
@endif