@yield('title') @yield('meta_tags') @include('frontend.layouts.seo-content') @include('frontend.layouts.common-css') @yield('styles') {{-- Loader --}}
loader
{{-- Page Content --}}
@hasSection ('header') @yield('header') @else @include('frontend.layouts.header') @endif
@yield('content')
@include('frontend.layouts.footer')
@include('frontend.layouts.common-js') @yield('scripts')