{{ HTML::style('css/bootstrap.css') }} {{ HTML::style('css/bootstrap-responsive.css') }} @if(Auth::check()) You are logged in, Logout @else Not logged in, redirecting {{ Redirect::route('login') }} @endif {{ HTML::script('js/jquery-1.11.0.min.js') }} {{ HTML::script('js/bootstrap.min.js') }}