@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')

Employees ({{ count($clientDetails->employees) }})

Overview of all employees and their roles at {{ $clientDetails->name }}

List of employees

@foreach ($clientDetails->employees as $employee) @endforeach
Member Roles Nationality Status Date Created
{{ $employee->role->name }}
@isset($employee->country)
flag {{ $employee->country->name }}
@else
flag South Africa
@endisset
@if ($employee->expunged == 0) Active @else Inactive @endif {{ date_format(date_create($employee->created_at), 'd M Y') }}
@can('create', $module) @endcan
@section('page-modals') @endsection @section('page-scripts') @endsection