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

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

Product Use Case Name

{{--

Related Applications

@php $allCategories = collect([]); foreach ($useCasesList as $useCase) { $relatedApplications = explode(',', $useCase->related_applications); $allCategories = $allCategories->merge($relatedApplications); } $uniqueCategories = $allCategories->unique(); @endphp

Related Products

@php $allCategories = collect([]); foreach ($useCasesList as $useCase) { $relatedProducts = explode(',', $useCase->related_products); $allCategories = $allCategories->merge($relatedProducts); } $uniqueCategories = $allCategories->unique(); @endphp
--}}

Description

{{--

Related Keywords

--}}