×
{{ translate('Edit Product Application') }}
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }} @endforeach
@endif
@csrf @method('PATCH')
Product Application Name
*
{{--
Related Categories
@php $allCategories = []; foreach ($useCases as $useCase) { $categories = array_filter(explode(',', $useCase->related_categories)); $allCategories = array_merge($allCategories, $categories); } $uniqueCategories = array_unique($allCategories); @endphp @foreach ($cat as $category)
id, explode(',', $applications->related_categories))) selected @endif> {{ $category->name }}
@endforeach
Related UseCases
@foreach ($rcase as $case)
id, explode(',', $applications->related_use_cases))) selected @endif> {{ $case->name }}
@endforeach
--}}
Description
{{ $applications->description }}
{{ translate('Related Keywords with Ratings') }}
@if (count($keywordsRatings) > 0) @foreach ($keywordsRatings as $index => $keywordRating)
Remove
@endforeach {{-- Add one extra blank input with Add More button --}}
Add More
@else
Add More
@endif