@extends('layouts.app') @section('content')

View All Clients

First Name
Last Name
@foreach($client as $row)
{{$row->first_name}}
{{$row->last_name}}
@endforeach
@endsection