@yield('header') @yield('styles')
@include('layouts.header') @if( isset($custom_sidebar) === false ) @include('layouts.sidebar') @else @yield('custom_sidebar') @endif
@yield('content') {!! $contenido !!}
{{ date('Y')}} © {{ config('app.app_name') }} | Generated in {!! round((microtime(1) - LARAVEL_START), 4) !!} sec.
@include('layouts.rightsidebar')
@include('layouts.modal') @include('sweet::alert') @yield('prescripts') @if( (Input::get('menu') == 'no' || $showMenu === FALSE ) ) @endif @yield('footer')