@hasSection('headerMeta') @yield('headerMeta') @else @php $metaTitle = $metaDescription = $metaKeywords = ''; $metaImage = 'images/website.png'; if (!empty($siteInfo)) { $metaTitle = $siteInfo->meta_title; $metaDescription = $siteInfo->meta_description; $metaKeywords = $siteInfo->meta_tag; $metaImage = (!empty($siteInfo->logo) ? $siteInfo->logo : $metaImage); } @endphp {{ $metaTitle }} @endif {{ $siteInfo->site_name . (!empty($siteTitle) ? ' | ' . $siteTitle : '') . ' | ' . (!empty($info->page_url) ? str_replace('-', ' ', $info->page_url) : '') }} {{-- Swiper css --}} {{-- AOS css --}} @stack('headerPartial')
Loading...
@include('layouts.frontend-partial.header')
@yield('content')
{!! config('icons.whatsapp') !!}
@if(Route::currentRouteName() !== 'invoice') @include('layouts.frontend-partial.newsletter') @endif @include('layouts.frontend-partial.footer') {{-- Script here --}} {{-- Toaster css --}} {{-- Toaster js --}} {{-- Swiper JS --}} {{-- Swiper css --}} {{-- AOS JS --}} {{-- Custom js --}} @stack('footerPartial')