@if (isset($shops) && !empty($shops)) @foreach ($shops as $key => $item) @endforeach @endif
S.no Shop Name Delivered Orders Total Earnings Shop Earnings COMMISSION Del Charges Discount Paid Pending Mobile Actions
{{ $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) }}
{{ $shops->links() }}