@use('App\Helpers\Helper') @props([ 'item' => null, 'name' => 'qty', 'label' => null, 'min' => 0, 'max' => null, 'value' => null, 'help_text' => null, ])
$errors->has($name), ]) >
{!! $errors->first($name, '') !!} @if ($help_text)

{{ $help_text }}

@endif