@extends('front.layouts.app') @php $pageTitle = $settings->site_name ?? 'Astrotalk'; $metaDescription = ''; $metaKeywords = ''; if (isset($subcategory)) { $pageTitle = $subcategory->seo_title ?? $subcategory->name . ' - ' . ($settings->site_name ?? 'Astrotalk'); $metaDescription = $subcategory->meta_description ?? ''; } elseif (isset($category)) { $pageTitle = $category->seo_title ?? $category->name . ' - ' . ($settings->site_name ?? 'Astrotalk'); $metaDescription = $category->meta_description ?? ''; } @endphp @section('title', $pageTitle) @section('meta_description', $metaDescription) @section('meta_keywords', $metaKeywords) @push('schema_markup') @php $shopSchema = \App\Models\SeoSetting::where('page_name', 'shop')->value('schema_markup'); @endphp @if($shopSchema) {!! $shopSchema !!} @endif @if(isset($category) && $category->schema_markup) {!! $category->schema_markup !!} @endif @if(isset($subcategory) && $subcategory->schema_markup) {!! $subcategory->schema_markup !!} @endif @if(isset($product) && $product->schema_markup) {!! $product->schema_markup !!} @endif @endpush @section('content')
We couldn't find any products matching your filters. Try adjusting them.
Clear Filters