Client List
Name
Email
Phone
Address
@foreach($data as $client)
{{ ucwords($client->name.' '.$client->last_name) }}
{{ $client->email }}
{{ $client->phone }}
{{ $client->address }}
@endforeach