@php $layout = auth()->check() ? (strtolower(auth()->user()->role) === 'manager' ? 'layouts.manager' : 'layouts.staff') : 'layouts.app'; @endphp @extends($layout) @section('content')

{{ $jobAd->title }}

← Back to Jobs
@if($jobAd->image_path)
{{ $jobAd->title }}
@endif

📋 Job Description

{{ $jobAd->description }}
📅 Posted on: {{ $jobAd->posted_at->format('F j, Y') }}

📢 Share This Opportunity

Help us spread the word about this job opening!

@endsection