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