@yield('css')
M-AJIRA
@if(Auth::check()) @include('portal.layouts.partials.sidebar') @endif @include('portal.layouts.partials.header') @yield('content') @include('portal.layouts.partials.footer')
@yield('script') @include('portal.layouts.partials.flashmsg')