Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
68954a6f
Commit
68954a6f
authored
Jun 10, 2020
by
carlos
Browse files
atualizando
parent
79737f1b
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/layouts/app.blade.php
View file @
68954a6f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment