Feedback Hub
@auth
{{ auth()->user()->name }}
@else
Sign In
@endauth
Home
@hasSection('trail')
@yield('trail')
@endif
@yield('content')
@stack('scripts')