Stuff
This commit is contained in:
parent
580735a7b4
commit
9df82d17a7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<h1>Galleries</h1>
|
||||
|
||||
@foreach($galleries as $gallery)
|
||||
<div class="row" style="margin-bottom: 20px;border-bottom: 1px solid grey;padding-bottom: 10px;">
|
||||
<div class="row" style="margin-bottom: 20px;border-bottom: 1px solid grey;padding-bottom: 20px;">
|
||||
<div class="col-md-4">
|
||||
<h3>{{ $gallery->name }}</h3>
|
||||
<p>publishd {{ $gallery->gallery_create_time }}</p>
|
||||
|
|
Loading…
Reference in a new issue