@foreach ($sales as $r) @endforeach
ID Paid Amount Client ID Created Date
{{ $r->id}} {{$r->paid_amount}} {{$r->client_id}} {{$r->created_at}}