@extends('layouts.shop') @section('title', $page->meta_title ?? $page->title) @section('meta_description', $page->meta_description ?? '') @section('meta_keywords', $page->meta_keywords ?? '') @push('meta') @if($page->is_nofollow) @endif @endpush @push('schema_markup') @if($page->schema_markup) {!! $page->schema_markup !!} @endif @endpush @section('content')