This commit is contained in:
Kekskurse 2021-01-17 17:31:00 +01:00
parent 845ce44b1f
commit 42f43d1098
1 changed files with 1 additions and 1 deletions

View File

@ -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>