@extends('client-system::layouts.admin') @section('title', 'Clients') @section('content')
| Client | Contact | Users | Events | Status | Actions |
|---|---|---|---|---|---|
|
@if($client->getBrandingDetails() && isset($client->getBrandingDetails()['logo_url']))
{{ substr($client->name, 0, 1) }}
@endif
{{ $client->name }}
Created {{ $client->created_at->format('M d, Y') }}
|
{{ $client->contact_name }}
{{ $client->contact_email }}
|
{{ $client->users_count ?? 0 }} | {{ $client->events_count ?? 0 }} | @if($client->is_active) Active @else Inactive @endif |
No clients found
Add Your First Client