@yield('style')
{{ HTML::style('/css/bootstrap.min.css') }}
{{ HTML::style('/css/bootstrap-theme.min.css') }}
{{ HTML::style('/css/custom.css') }}
{{ HTML::style('/css/selectize.bootstrap3.css') }}
@if(Session::has("msgSuccess"))
×
{{ Session::get("msgSuccess") }}
@endif
@if(Session::has("msgError"))
×
{{ Session::get("msgError") }}
@endif
@if(Session::has("msgInfo"))
×
{{ Session::get("msgInfo") }}
@endif
@if(!empty($searchValidationResult))
×
{{ $searchValidationResult or '' }}
@endif
@yield('content')
{{ HTML::script('/js/jquery.js') }}
{{ HTML::script('/js/jquery.common.js') }}
{{ HTML::script('/js/bootstrap.min.js') }}
{{ HTML::script('/js/retina.js') }}
{{ HTML::script('/js/selectize.js') }}
@yield('script')