@section('page-title') - {{ $clientDetails->name }} @endsection @section('page-styles') @endsection @include('pages.dashboard.includes.client.common.client-header')
@include('pages.dashboard.super-admin.clients.includes.tab-links')

Company Highlights

No. Employees: 10 {{-- {{$clientDetails->employees->count()}} --}}
No. Departments: {{$clientDetails->clientDepartments()->get()->count()}}
Subscription: {{$clientDetails->license->name}}
Outstanding Invoices: {{$clientDetails->invoices->whereIn('invoice_status', ['Pending', 'pending'])->count()}}
Company Admin: {{-- {{$clientDetails->administrator->user->name}} {{$clientDetails->administrator->user->surname}} --}}

About

The South African National Blood Service (SANBS) is an independent non-profit organisation and a leader in the discipline of blood transfusion. {{-- {{$clientDetails->about_description}} --}}

Company Profle

Headquarter

Products
@foreach($clientDetails->clientproduct as $clientproduct) {{$clientproduct->product->short_name}} @endforeach
@section('page-modals') @endsection @section('page-scripts') @endsection