✨ Ajoute les liens publics
This commit is contained in:
@@ -96,6 +96,16 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="form-check form-check-inline">
|
||||
<input class="form-check-input" type="radio" name="slug" id="slug-non" value="" checked>
|
||||
<label class="form-check-label" for="slug-non">Non</label>
|
||||
</div>
|
||||
<div class="form-check form-check-inline">
|
||||
<input class="form-check-input" type="radio" name="slug" id="slug-oui" value="{{ \Illuminate\Support\Str::uuid() }}">
|
||||
<label class="form-check-label" for="slug-oui">Oui</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user