@props([ 'value' => 0, 'max' => 100, 'indeterminate' => null, ]) class("progress") }} @if(!$indeterminate) value="{{ $value }}" max="{{ $max }}" @endif >