{!! 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?v=2') !!} {!! HTML::style('bower_components/datatables/media/css/dataTables.bootstrap.css') !!} {!! HTML::script('bower_components/numeral/min/numeral.min.js') !!} {!! HTML::script('bower_components/numeral/languages/pt-br.js') !!} {!! HTML::script('bower_components/moment/min/moment.min.js') !!} {!! HTML::script('bower_components/moment/locale/pt-br.js') !!} {!! HTML::style('bower_components/bootstrap-select/dist/css/bootstrap-select.min.css') !!} {!! HTML::style('bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css') !!} {!! HTML::style('github/select2-master/dist/css/select2.min.css') !!} {!! HTML::style('bower_components/css/newapp.css') !!} {!! HTML::style('bower_components/css/tile-box.css') !!} {!! HTML::style('bower_components/css/myapp.css') !!} {!! HTML::style('css/callout.css') !!} @yield('styles')
@yield('page-title')
@if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('info'))

{{ Session::get('info') }}

@endif @if(Session::has('warning'))

{{ Session::get('warning') }}

@endif @if(Session::has('danger'))

{{ Session::get('danger') }}

@endif @yield('content')
{!! HTML::script('bower_components/axios/dist/axios.js') !!} {!! 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/numeral/languages/pt-br.js') !!} {!! HTML::script('bower_components/moment/min/moment.min.js') !!} {!! HTML::script('bower_components/moment/locale/pt-br.js') !!} {!! HTML::script('bower_components/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js') !!} {!! HTML::script('bower_components/bootstrap-select/dist/js/bootstrap-select.min.js') !!} {!! HTML::script('bower_components/bootstrap-select/dist/js/i18n/defaults-pt_BR.min.js') !!} {!! HTML::script('github/select2-master/dist/js/select2.min.js') !!} {!! HTML::script('bower_components/jquery.maskMoney/dist/jquery.maskMoney.min.js') !!} {!! HTML::script('bower_components/js/myapp.js?v6') !!} @yield('scripts') {{-- --}}