@yield('css')
Manajemen Sistem Kelola Kebutuhan IT
@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
@if(!empty( $menu )) {!! $menu !!} @endif
{{-- Start Content --}} @if(!empty( $error_msg )) {!! $error_msg !!} @else @yield('content') @endif {{-- End of Content --}}
@toastr_render @yield('js')