{!! HTML::style('bower_components/bootstrap/dist/css/bootstrap.min.css') !!} {!! HTML::style('bower_components/bootstrap/dist/css/bootstrap-theme.min.css') !!} {!! HTML::style('bower_components/font-awesome/css/font-awesome.min.css') !!} {!! HTML::style('bower_components/select2-bootstrap-css/select2-bootstrap.min.css') !!} {!! HTML::style('bower_components/datatables/media/css/dataTables.bootstrap.css') !!} {!! HTML::style('bower_components/css/myapp.css') !!} @yield('styles') {!! HTML::script('bower_components/jquery/dist/jquery.min.js') !!} {!! HTML::script('bower_components/bootstrap/dist/js/bootstrap.min.js') !!} {!! HTML::script('bower_components/jquery-mask-plugin/dist/jquery.mask.min.js') !!} {!! HTML::script('bower_components/datatables/media/js/jquery.dataTables.js') !!} {!! HTML::script('bower_components/bootbox.js/bootbox.js') !!} {!! HTML::script('bower_components/js/dataTables.bootstrap.js') !!} {!! HTML::script('bower_components/numeral/min/numeral.min.js') !!} {!! HTML::script('bower_components/js/myapp.js') !!} @yield('scripts')
@if(Session::has('success'))
Sucesso! {{ Session::get('success') }}
@endif @if(Session::has('info'))
Informação! {{ Session::get('info') }}
@endif @if(Session::has('warning'))
Aviso! {{ Session::get('warning') }}
@endif @if(Session::has('danger'))
Atenção! {{ Session::get('danger') }}
@endif @yield('content')
CAJU Tecnologia - Todos os direitos reservados
Desde 2015