Products Setup

Manage select products you would like access to.
@if ($this->checkNavigation()) Move to Billing @endif

Select products

@if ($productsSaved) @endif
@foreach ($products as $product)
{{ $product->short_description }}
@endforeach

Department products

@if ($setDP || $restore) @endif
@foreach ($displayProducts as $key => $displayProduct) @endforeach
@foreach ($client->clientDepartments as $clientDepartment)
@foreach ($displayProducts as $displayProduct)
@endforeach @endforeach
Department ES ™ {{ $displayProduct->short_name }}
{{ $clientDepartment->department?->name}} checkArrayInArray([$clientDepartment->department->id, $displayProduct->id], $departmentProducts)[0] ? 'checked' : '' }} onclick="Livewire.dispatch('setDeptProduct', {values: ['{{ $clientDepartment->department->id }}','{{ $displayProduct->id }}']})" class="checkbox restore-item checkbox-sm cursor-pointer" type="checkbox" value="" />

{{ $license->name }} Plan

Monthly

Essential features for startups and individuals

R{{ $license->base_license_price }}.00 License cost
R{{ $license->price_per_seat }}.00 Cost per seat
{{ $license->max_products - count($companyProducts) }} Free seats
{{ $license->max_products }} Max products
Usage ({{ $license->max_number_users?? 'Unlimited' }} user/s)
@section('page-scripts') @endsection