i try to add bootstrap and external css file into my laravel project using two methods
<link rel="stylesheet" href="../../assets/css/scrolling-nav.css">
and
<link rel="stylesheet" href="{{ URL::asset('css/scrolling-nav.css') }}" />
both way but it shows error on console. my directory structure is as shown in image please help me get out from this problem.
