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
pad-upe
Commits
d10c4812
Commit
d10c4812
authored
Dec 16, 2022
by
alissonalbuquerque
Browse files
add correções
parent
2ce6fddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/user-dashboard/dashboard_teacher.blade.php
View file @
d10c4812
...
@@ -9,6 +9,16 @@
...
@@ -9,6 +9,16 @@
</h3>
</h3>
</div>
</div>
<div
class=
"d-flex"
>
<div
class=
"d-flex"
>
@foreach($userPads as $userPad)
<div
class=
"card mx-2"
style=
"width: 12rem;"
>
<div
class=
"card-body"
>
<h3
class=
"text-center"
>
<i
class=
"bi bi-book-half"
></i>
</h3>
<a
class=
"stretched-link"
href=
"{{ route('pad_view', ['id' => $userPad->id]) }}"
></a>
</div>
</div>
@endforeach
</div>
</div>
</div>
</div>
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