@extends("landingpage::themes.{$activeTheme}.layouts.app") @section('meta_title', $pageTitle ?? 'Job Listings') @section('meta_description', $metaDescription ?? 'Browse our latest job openings.') @section('content')
{{ $metaDescription }}
@endifCompany: {{ $job->company->name }}
@endifLocation: {{ $job->location ?? 'N/A' }}
{{ Str::limit($job->description ?? 'No description provided.', 120) }}
No job openings found at the moment. Please check back later.
@endif