@yield('meta_info')
@yield('extra_css')
@include('_front.inc.header')
@foreach(post_query(10, '', 0) as $post)
{{ $post->headline }}
@endforeach
@yield('main_content')
@include('_front.inc.footer') @if(\Illuminate\Support\Facades\Auth::check())
Dashboard
@endif
Top
@yield('extra_js')