{{-- meta info --}} @if (View::hasSection('meta')) @yield('meta') @else @endif {{-- style --}} @include('frontend.layouts.style') {{-- custom style --}} @stack('style')
{{-- header section --}} @include('frontend.layouts.header') {{-- content section --}} @yield('content') {{-- footer section --}} @include('frontend.layouts.footer') {{-- javascript --}} @include('frontend.layouts.script') {{-- custom js area --}} @stack('scripts')