@forelse($roles->where('type', $type) as $role)
@lang('All Permissions')@else @if ($role->permissions->count())
@foreach ($role->permissions as $permission) {{ $permission->description }}@else
@endforeach
@lang('No Permissions')@endif @endif @empty
@lang('There are no roles to choose from for this type.')
@endforelse