Client List

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