Test Setup PhpStorm

This commit is contained in:
Mathieu Lagace
2019-08-19 10:29:58 -04:00
parent cf5f7effbf
commit 7869a96c81
3 changed files with 104 additions and 104 deletions

View File

@@ -13,7 +13,7 @@
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label for="type">Type d'evenement</label>
<label for="type">Type d'évenement</label>
<select class="form-control selectpicker" data-style="btn btn-link" name="type" id="type" onchange="switchType('{{$date}}')" required>
@foreach (\App\ComplementaryActivity::all() as $item)
<option value="{{$item->id}}">{{$item->name}}</option>