This commit is contained in:
chrosey
2017-09-13 07:52:34 +02:00
parent a1f16c37f4
commit 2340b0226b
24621 changed files with 2912161 additions and 149 deletions
@@ -35,6 +35,14 @@
<small id="hinweiseHelp" class="form-text text-muted">Hinweise zur Veranstalung</small>
</div>
</div>
<div class="row">
<div class="form-group col-md-6">
<label class="col-form-label" for="ort">Ort</label>
{!! Form::select('ort', App\Ort::pluck('name','id'), $ort_id,['class' => 'form-control', 'id' => 'ort', 'aria-describedby' => "ortHelp", 'placeholder' => "Wähle einen..."]) !!}
<small id="ortHelp" class="form-text text-muted">Ort der Veranstaltung</small>
</div>
</div>
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<button type="submit" class="btn btn-primary">Submit</button>
</form>