@include('Frontend.layouts.header') @include('Frontend.layouts.topNav') @include('Frontend.layouts.navbar')

@yield('title')

@yield('page_path')
@yield('content') @include('Frontend.layouts.footerContent') @include('Frontend.layouts.copyright') @include('Frontend.layouts.footer')