@extends('landingpage::themes.job_board.layouts.master') @php // $companies is paginated collection from PublicPageController // $pageTitle, $metaDescription, $activeTheme are also available $page = (object) [ 'title' => $pageTitle ?? 'Company Directory', 'meta_title' => $pageTitle ?? 'Company Directory - ' . setting('site_name'), 'meta_description' => $metaDescription ?? 'Browse our directory of registered companies.', 'meta_keywords' => 'companies, businesses, directory, employers', 'slug' => 'companies' ]; @endphp @section('theme_content')
{{ $page->meta_description }}
@endifNo companies found in the directory at the moment.
@endif