@include('partials.headerScript') @stack('css')
@include('partials.mobileHeader')
@include('partials.logo')
{{-- @include('partials.topbarLeft') --}}
@include('partials.topbarRight')
@yield('content')
@include('partials.footer')
@include('partials.footerScript') @stack('js')