@extends('landingpage::themes.job_board.layouts.master') @php // $products is paginated collection from PublicPageController // $pageTitle, $metaDescription, $activeTheme are also available $page = (object) [ 'title' => $pageTitle ?? 'Our Products', 'meta_title' => $pageTitle ?? 'Our Products - ' . setting('site_name'), 'meta_description' => $metaDescription ?? 'Browse our collection of high-quality products.', 'meta_keywords' => 'products, marketplace, items, for sale', 'slug' => 'products' ]; @endphp @section('theme_content')
{{ $page->meta_description }}
@endifNo products found at the moment. Please check back later.
@endif