-
@foreach($platforms as $p)
-
@endforeach
-
|
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
|
@forelse($stores as $store)
| {{ $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
|
|
@empty
|
No stores found
|
@endforelse
{{ $stores->links() }}