Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=Edge">
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <title>Aplikasi Laravel</title>
- <link href="{{ asset('bootstrap_3_3_7/css/bootstrap.min.css') }}" rel="stylesheet">
- <link href="{{ asset('css/style.css') }}" rel="stylesheet">
- <!--[if It IE 9]>-->
- </head>
- <body>
- <div class="container">
- {{-- include untuk memasukan doc lain ke dalam template --}}
- @include('navbar')
- @yield('main')
- </div>
- @yield('footer')
- <script type="{{ asset('js/jquery_3_2_1.min.js') }}"></script>
- <script type="{{ asset('bootstrap_3_3_7/js/bootstrap.min.js') }}"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment