{{-- meta info --}} @if (View::hasSection('meta')) @yield('meta') @else @endif @php $categories = getcategories(); @endphp {{-- style --}} @include('frontend.layouts.style') {{-- custom style --}} @stack('style')
{{-- top bar --}} @include('frontend.layouts.topbar') {{-- Header --}} @include('frontend.layouts.header') {{-- content section --}} @yield('content') {{-- footer section --}} @include('frontend.layouts.footer') @include('frontend.layouts.wawidget') {{-- javascript --}} @include('frontend.layouts.script') {{-- custom js area --}} @stack('scripts')