Total Orders Delivered
{{ $shop->delivered_count }}
Total Earnings
{{ round($shop->earnings, 2) }}
₹
Shop Earnings
{{ round($shop->shop_earnings, 2) }}
₹
{{ config('app.name') }}
Commission
{{ round($shop->commission_earnings, 2) }}
₹
{{ config('app.name') }}
Delivery Charges
{{ $shop->delivery_charges }}
₹
{{ config('app.name') }}
Discounts
{{ $shop->total_discount }}
₹
Amount Paid to Shop
{{ $shop->paid_earnings }}
₹
Pending Amount
{{ $shop->pending_earnings }}
₹
Total Canceled Orders
{{ $shop->canceled_count }}
Shop Ratings
{{ $shop->rating_avg }}