@php $pageMeta = $pageMeta ?? []; $metaTitle = $pageMeta['title'] ?? config('app.name'); $metaDescription = $pageMeta['description'] ?? ''; $metaKeywords = $pageMeta['keywords'] ?? ''; $metaOgImage = $pageMeta['ogImage'] ?? '/images/logos/apex-pavers-badge.png'; $metaSchema = $pageMeta['schemaType'] ?? 'WebPage'; $metaUrl = $pageMeta['siteUrl'] ?? url()->current(); $mainClass = $mainClass ?? ""; @endphp @yield('head') @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/guide.js']) @endif
@yield('content')
@include("estimates.includes.footer-tiny")