@section('meta') @show @section('assets') {!! $asset->css('assets/css/bundle.css') !!} @show @include('layouts.scripts') @section('content') @yield('above-container')
@yield('container')
@yield('below-container') @show @section('scripts') {!! $asset->js('assets/scripts/app.js') !!} @show