@yield('style')
@if(Auth::check())
@include('layouts.sidemenu')
@endif
Toggle navigation
@if(Auth::check())
Toggle navigation
@endif
@if(Auth::check())
Bienvenido {{Auth::user()->first_name}}
Cerrar sesión
@endif
@foreach(['info', 'success', 'warning'] as $val) @if(Session::has($val))
{{Session::pull($val)}}
@endif @endforeach @yield('content')
{!! Html::script('js/laroute.js') !!} @yield('script')