@section('page-title') - {{ $productDetails->name }} @endsection @section('page-styles') @endsection

{{ $productDetails->name }}

{{ $productDetails->short_description }}
Elevate business information for a standout profile. Utilize premium features, ensuring success with enhanced details.
Upgrade now for heightened visibility and broader impact.
Skip

Product Information

Name {{ $productDetails->name }}
Click to remove or revert
Brief Description {{ $productDetails->short_description }}
Full Description {{ $productDetails->full_description }}
Status @if ($productDetails->expunged === 0) Active @else Disabled @endif
Product Manager Sbu Khoza {{-- {{ $productDetails->manager->name . " " . $productDetails->manager->surname }} --}}
Dev Lead Mareka Mapiloko {{-- {{ $productDetails->devlead->name . " " . $productDetails->devlead->surname }} --}}
Quality Assurance Lead Mareka Mapiloko {{-- {{ $productDetails->qalead->name . " " . $productDetails->qalead->surname }} --}}
@can('is-super-admin')
@foreach ($clients as $client) @endforeach
Name Departments Status
{{ $client->name }} {{ $client->about_short_desc }}
{{-- {{ count($client->clientDepartments) }}--}}
@if ($client->status === 1) Active @elseif($client->status === 2) Dormant @else Inactive @endif
@endcan
@section('page-modals') @endsection @section('page-scripts') @endsection