@if($canCheckAll)
@endif @include('admin::form.error') @if($groups) @foreach($groups as $group => $options)

{{ $group }}

@foreach($options as $option => $label)
@endforeach @endforeach @else @foreach($options as $option => $label) {!! $inline ? '' : '
' !!} {!! $inline ? '' : '
' !!} @endforeach @endif @include('admin::form.help-block')