@forelse($stores as $store) @empty @endforelse
Store @if($sortField=='store_name') @endif Rank @if($sortField=='semrush_rank') @endif Signup Affiliate URL Coupon Country @if($sortField=='country') @endif Status @if($sortField=='status') @endif Action
{{ $store->store_name }} {{ number_format($store->semrush_rank) }} @if($store->signup_page) Signup @endif @if($store->affiliate_url) Visit @endif @if($store->coupon) {{ $store->coupon }} @endif {{ $store->country }} @if($store->status=='approved') Approved @else Pending @endif
No stores found
{{ $stores->links() }}