{{ $shops->perPage() * ($shops->currentPage() - 1) + $key + 1 }} |
{{ ucfirst($item->name) }} |
{{ ucfirst($item->total_delivered) }} |
{{ round($item->earnings, 2) }} ₹
|
{{ round($item->shop_earnings, 2) }} ₹
|
{{ round($item->commission_earnings, 2) }}
₹ |
{{ round($item->delivery_charges, 2) }}
₹ |
{{ round($item->total_discount, 2) }}
₹ |
{{ round($item->paid_earnings, 2) }} ₹
|
{{ round($item->pending_earnings, 2) }} ₹
|
{{ ucfirst($item->user->mobile) }} |
|
@endforeach
@endif