@stack('meta')
@stack('styles')
@include('layouts.partial.nav')
@yield('content')
@include('layouts.partial.footer') @stack('scripts') @if(Auth::check())
@include('timeline.partial.new-form')
@endif