@foreach ($active_stores as $store) {{ $active_stores->perPage() * ($active_stores->currentPage() - 1) + $loop->iteration }} {{ $store->companyName }} {{ $store->category->name ?? '' }} {{ $store->phoneNumber }}
{{ $store->enrolled_plan?->plan?->subscriptionName }}
{{ formatted_date($store->subscriptionDate) }} {{ formatted_date($store->will_expire) }} @endforeach