the files /themes/......
doesn't exist in the repository, also, there is a good way of following up with the themes and file in laravel, its better to use; {{URL::asset('theme/js/jquery.bootstrap-responsive-tabs.js')}} as these files should be placed in public folder and everything will ok, including images
{{Config::get('app.url')}}/theme/js/jquery.bootstrap-responsive-tabs.js"
the files /themes/...... doesn't exist in the repository, also, there is a good way of following up with the themes and file in laravel, its better to use; {{URL::asset('theme/js/jquery.bootstrap-responsive-tabs.js')}} as these files should be placed in public folder and everything will ok, including images