@foreach($data as $key => $booking)
# Customer Date Payment Reference Status Amount
{{$key + 1}} {{$booking->customer->name}}
{{$booking->customer->email}}