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