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

atualizando

parent 79737f1b
......@@ -22,7 +22,9 @@
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
<link href="{{ asset('css/layout.css') }}" rel="stylesheet">
</head>
<body>
<div id="app">
<header>
{{-- Navbar --}}
<nav class="navbar navbar-light backgroud-color-default shadow">
......@@ -157,6 +159,7 @@
@yield('content')
{{-- </main> --}}
</section>
</div>
@hasSection ('javascript')
@yield('javascript')
@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