@extends('layouts.app') @section('content')

Stores

@foreach(range('a','z') as $v) {{ $v }} @endforeach 0-9
@foreach($stores as $store) @endforeach
# Store Title Action
{{ $loop->iteration + (($stores->currentPage() - 1) * 15) }} {{ $store->term->name }} Edit Go Delete Affiliate URL
{!! $stores->withQueryString()->links('pagination::bootstrap-4') !!}
{{-- Import Modal --}} {{-- Change SEO Modal --}} @endsection