Skip to content

Commit 890e715

Browse files
author
Ostap34PHP
committed
welcome page landing
1 parent 851e472 commit 890e715

File tree

3 files changed

+38
-91
lines changed

3 files changed

+38
-91
lines changed

public/js/bootstrap-native-v4.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/views/layouts/app.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<div id='app' class='container'>
2222
@yield('content')
2323
</div>
24-
@yield('scripts')
24+
@yield('scripts')
25+
<script src="{{asset('js/bootstrap-native-v4.min.js')}}"></script>
2526
</body>
2627

2728
</html>

0 commit comments

Comments
 (0)