@extends('layouts.app')
@section('title', $jobPosting->title . ' - Career')
@section('content')
{{ $jobPosting->title }}
Posted: {{ $jobPosting->created_at->format('M d, Y') }}
Fill out the form below to apply for the {{ $jobPosting->title }} position.