Commit 68954a6f authored by carlos's avatar carlos
Browse files

atualizando

parent 79737f1b
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
<link href="{{ asset('css/app.css') }}" rel="stylesheet"> <link href="{{ asset('css/app.css') }}" rel="stylesheet">
<link href="{{ asset('css/layout.css') }}" rel="stylesheet"> <link href="{{ asset('css/layout.css') }}" rel="stylesheet">
</head> </head>
<body> <body>
<div id="app">
<header> <header>
{{-- Navbar --}} {{-- Navbar --}}
<nav class="navbar navbar-light backgroud-color-default shadow"> <nav class="navbar navbar-light backgroud-color-default shadow">
...@@ -157,6 +159,7 @@ ...@@ -157,6 +159,7 @@
@yield('content') @yield('content')
{{-- </main> --}} {{-- </main> --}}
</section> </section>
</div>
@hasSection ('javascript') @hasSection ('javascript')
@yield('javascript') @yield('javascript')
@else @else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment