Stuff
This commit is contained in:
parent
845ce44b1f
commit
42f43d1098
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
|
||||
<div class="card-body">
|
||||
<input name="date" value="{{ old('date') ?? $gallery->date }}" class="form-control" placeholder="Create Date (yyyy-mm-dd, today if empty)">
|
||||
<input name="date" value="{{ old('date') ?? $gallery->gallery_create_time }}" class="form-control" placeholder="Create Date (yyyy-mm-dd, today if empty)">
|
||||
<input name="url" value="{{ old('url') ?? $gallery->url }}" placeholder="URL" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue