@extends('layouts.app') @section('title', 'Vendors') @section('content') {{-- Hero Section --}}

Our Trusted Vendors

Discover verified sellers with quality products and exceptional service

{{ number_format($vendors->total()) }}
Verified Vendors
{{ number_format($vendors->sum('total_sales')) }}
Total Sales
{{-- Vendor Grid --}}
{{-- Pagination --}} @if($vendors->hasPages())
{{ $vendors->links() }}
@endif
{{-- Become a Vendor CTA --}}

Become a Vendor

Start selling on {{ siteName() }} today. Reach thousands of customers and grow your business with our powerful seller tools.

@endsection