Skip to content

Commit

Permalink
Update suggestions when batch-creating groups
Browse files Browse the repository at this point in the history
  • Loading branch information
bartjroos committed Mar 8, 2024
1 parent 8321239 commit d91de72
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions resources/views/groups/batch.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,10 @@
<label for="names" class="col-sm-3 col-form-label">Namen *</label>
<div class="col-sm-6">
<textarea name="names" id="mames" cols="30" rows="15" class="form-control">
RIO4-AMO1A
RIO4-AMO1B
RIO4-AMO1C
RIO4-AMO1D
RIO4-AMO1E
RIO4-AMO1F
RIO4-AMO2A
RIO4-AMO2B
RIO4-AMO2C
RIO4-AMO2D
RIO4-AMO3A
RIO4-AMO3B
RIO4-AMO3C</textarea>
<?php $letters = array('a', 'b', 'c', 'd', 'n'); ?>
@foreach ($letters as $letter)
TTSDB-sd4o{{ date('y') . $letter }}
@endforeach</textarea>
</div>
</div>

Expand Down

0 comments on commit d91de72

Please sign in to comment.