@php($count = 0)
@foreach($papeis as $papel)
@if(!$authUser->isSuperAdmin() && $papel->slug === 'super-admin')
@continue
@endif
papel))
@if ($papel->id === $model->papel->id)
checked
@endif
@elseif ($count === 0)
{{--checked--}}
@endif
>
@php($count++)
@endforeach
@if ($papeisError)
{{ $errors->first('papel_id') }}
@endif