If you’re using blade, you can use the following to easily output style and script tags.
{{ HTML::script('js/bootstrap.js') }} {{ HTML::style('css/bootstrap.min.css') }}