@yield('css')
@if(Auth::check())
{{ Auth::user()->username }}
{{ Auth::user()->userid }}
@else
Guess
guess
@endif
Section
{{--
My Profile
2
--}} {{--
Activity
Messages
FAQ
Support
--}} @if(Auth::check())
Logout
@else
Login
@endif
{!! $menu !!}
{{-- Start Content --}} @yield('content') {{-- End of Content --}}
@toastr_render @yield('js')