View All Clients

First Name
Last Name
View Details
Create Invoice
@foreach($client as $row)
{{$row->first_name}}
{{$row->last_name}}
@endforeach