@forelse ($accounts as $account) @empty @endforelse
Client Plateforme Nom du compte Email login Username Note Actions
{{ $account->client?->company_name ?: $account->client?->name ?: '-' }} {{ $account->platform }} {{ $account->account_label }} {{ $account->login_email ?: '-' }} {{ $account->login_username ?: '-' }} {{ \Illuminate\Support\Str::limit($account->notes, 40) ?: '-' }}
@if (($search ?? '') !== '') Aucun compte ne correspond a « {{ $search }} ». @else Aucun compte social enregistre pour le moment. @endif
{{ $accounts->links() }}