@yield('title') @yield('custom-css') @if(Session::has('authenticated') && Session::get('authenticated') == true) @include('sysadmin.layouts.left-sidebar')
@include('sysadmin.layouts.header') @yield('post-header')
@if (\Session::has('success'))

Success! {!! \Session::get('success') !!}

@elseif (\Session::has('danger'))

Sorry! {!! \Session::get('danger') !!}

@endif @yield('content') {{--@include('sysadmin.layouts.footer')--}}
@else @yield('content') @endif @yield('footer') {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @yield('custom-js')