{{-- ? To set: * required: input_id as string unique identifier option: value as string for validate input value at start label as string html label, default Bewertung count as int much stars star_color as string the color od default stars -> default #444 ? To implement in Blade: * @includeIf('layouts.components.rating', ['id' => 'example1']) --}} @php $component_name = 'rating'; @endphp @if (isset($input_id) && !empty($input_id)) @once @endonce @once @endonce @if (isset($label) ) @endif @php $count = $count ?? 5; @endphp
@endif