@if (isset($shops) && !empty($shops))
@foreach ($shops as $key => $item)
@endforeach
@endif
S.no |
Shop Name |
Delivered Orders |
Earnings |
Commission |
Mobile |
Actions |
{{($shops->perPage() * ($shops->currentPage() - 1)) + $key + 1}} |
{{ucfirst($item->name)}} |
{{ucfirst($item->total_delivered)}} |
{{ucfirst($item->total_earnings)}} ₹ |
{{ucfirst($item->commission_earnings)}} ₹ |
{{ucfirst($item->user->mobile)}} |
|
{{ $shops->links() }}