@push('componentScripts') @endpush @if(count($userfields) > 0)

{{ $L('Userfields') }}

@foreach($userfields as $userfield) @if($userfield->type == \Grocy\Services\UserfieldsService::USERFIELD_TYPE_SINGLE_LINE_TEXT)
@endif @if($userfield->type == \Grocy\Services\UserfieldsService::USERFIELD_TYPE_CHECKBOX)
@endif @endforeach
@endif