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
"app/vscode:/vscode.git/clone" did not exist on "89078619bdb976691a963cf49bf389dc660902c8"
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 @@
...
@@ -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
...
...
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