@include('layouts.frontendDashboard.inc.styles') @stack('style') @yield('body-start') @include('layouts.frontend.header') @yield('page-heading-title') @if (Request::segment(3) != 'transactions')
@endif @include('layouts.frontendDashboard.top-menu') @yield('content') @include('cookie') @yield('page-div-end') @include('layouts.frontendDashboard.footer') @include('layouts.frontendDashboard.inc.scripts') @stack('scripts')