{{ translate('Edit Product Use Case') }}

@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf @method('PATCH')

Product Use Case Name

{{--

Related Applications

Related Products

--}} {{--

Related Keywords

--}}

Description

@if (count($keywordsRatings) > 0) @foreach ($keywordsRatings as $index => $keywordRating)
@endforeach {{-- Add one extra blank input with Add More button --}}
@else
@endif