@forelse ($connections as $connection) @empty @endforelse
Compte Client lie Business Statut Derniere synchro
{{ $connection->ad_account_name }}
{{ $connection->ad_account_id }}
@csrf @method('PATCH')
@if($connection->client)

Actuel: {{ $connection->client->company_name ?: $connection->client->name }}

@endif
{{ $connection->business_name ?? '-' }} {{ ucfirst($connection->status) }} {{ $connection->last_synced_at?->format('d/m/Y H:i') ?? '-' }}
@csrf
@if (($search ?? '') !== '') Aucun compte ne correspond a « {{ $search }} ». @else Aucun compte Meta connecte. @endif