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