You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@php
|
|
/** @var string $field */
|
|
/** @var mixed $value */
|
|
@endphp
|
|
<div class="row">
|
|
<div class="col-12 text-center">
|
|
<input type="checkbox" class="form-control form-control-sm" name="{{ $field }}[]" value="{{ $value }}" role="grid-view-checkbox-item" />
|
|
</div>
|
|
</div> |