{{ HTML::style('/css/bootstrap.min.css') }} {{ HTML::style('/feedbackcss/style.css') }} {{ HTML::script('/js/jquery.js') }} {{ HTML::script('/js/jquery.common.js') }} {{ HTML::script('/js/bootstrap.min.js') }}
@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')