@section('meta') @show @section('user-data') @if(!is_null(Auth::user())) @endif @if(!empty($siteConfiguration)) @endif @show @yield('assets') @include('layouts.scripts') @section('content') @yield('above-container') @yield('container') @yield('below-container') @show @section('scripts') {!! $asset->js('main.js') !!} @show