@php $mode = $attributes->get('mode') ?? 'horizontal'; //vertical,horizontal $title = $attributes->get('title'); $value = $attributes->get('value') ?? 0; @endphp