@foreach($clients as $client) @endforeach
First Name Last Name Email Phone Address Account Balance Next Appointment Last Appointment
{{$client->first_name ?? "-"}} {{$client->last_name ?? "-"}} {{$client->email ?? "-"}} {{$client->phone ?? "-"}} {{$client->address ?? "-"}} $ {{$client->account_balance ?? "-"}} {{ $client->next_date ?? "-"}} {{$client->last_date ?? "-"}}