{{ translate('Edit Product Application') }}

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

Product Application Name*

{{--

Related Categories

Related UseCases

--}}

Description

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