@if (isset($shops) && !empty($shops)) @foreach ($shops as $key => $item) @endforeach @endif
S.no Shop Name Pending Payments Requested Payments Accepted Payments Completed Payments
{{ $shops->perPage() * ($shops->currentPage() - 1) + $key + 1 }} {{ ucfirst($item->name) }}
{{ $shops->links() }}