@props(['enums' => null, 'alpineVariable', 'placeholder', 'default' => null, 'functionCall' => null, 'bool' => false, 'boolTrue' => 'True', 'boolFalse' => 'False', 'multiple' => false]) {{ $placeholder }} @if($bool) {{ $boolTrue }} {{ $boolFalse }} @else @foreach($enums as $enum) {{ $functionCall ? $enum->$functionCall() : $enum }} @endforeach @endif