@stack('scripts') @stack('styles')
@include('partials.nav') @yield('content')
@foreach($foo as $bar)
{{ $bar }}
@endforeach
{!! $raw_content !!}