Name files correctly
This commit is contained in:
parent
8673a061ac
commit
bbdade398a
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
@show
|
||||
|
||||
@section('assets')
|
||||
{!! $asset->css('assets/css/bundle.css') !!}
|
||||
{!! $asset->css('assets/bundle.css') !!}
|
||||
@show
|
||||
|
||||
@include('layouts.scripts')
|
||||
|
@ -24,7 +24,7 @@
|
|||
@yield('below-container')
|
||||
@show
|
||||
@section('scripts')
|
||||
{!! $asset->js('assets/scripts/bundle.js') !!}
|
||||
{!! $asset->js('assets/bundle.js') !!}
|
||||
@show
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue