Answer the question
In order to leave comments, you need to log in
Mark existing items when listing?
When editing a record, a list of groups is displayed
@forelse($groups as $group)
<div class="sBsGroupsItm">
<i class="fas fa-tags"></i>
<label for="group_{{$group->id}}">
<input type="checkbox" id="group_{{$group->id}}" name="groups[]" value="{{$group->id}}">
{{$group->name}}
</label>
</div>
@empty
@endforelse
$nGroups = array:2 [▼
0 => "1"
1 => "3"
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question