{!! 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/datatables/media/css/jquery.dataTables.css') !!} {!! HTML::style('bower_components/select2/select2.css') !!} {!! HTML::style('bower_components/select2-bootstrap-css/select2-bootstrap.min.css') !!} {!! HTML::style('bower_components/css/admin.css') !!} {!! 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/js/dataTables.bootstrap.js') !!} {!! HTML::script('bower_components/select2/select2.min.js') !!} {!! HTML::script('bower_components/js/myapp.js') !!} @yield('style')

{!! HTML::image('img/top_img.png') !!}

@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')