@error('is_free')
{{ $errors->first('is_free') }}
@enderror
@error('status')
{{ $errors->first('status') }}
@enderror
@error('collection_show')
{{ $errors->first('collection_show') }}
@enderror
@error('has_option')
{{ $errors->first('has_option') }}
@enderror
@error('user_option_price')
{{ $errors->first('use_option_price') }}
@enderror
@error('description')
{{ $errors->first('description') }}
@enderror
@error('instruction')
{{ $errors->first('instruction') }}
@enderror
@if(isTrue($otherProduct->has_option))
{{--
--}}
@endif