@extends('layouts.app') @section('title', 'العملاء') @section('content')

العملاء

@foreach($clients as $client) {{ $client->name }} - {{ $client->email }} {{ $client->whm_accounts_count }} استضافة | {{ $client->tickets_count }} تذكرة @endforeach
{{ $clients->links() }} @endsection