@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 --}} @foreach($vendors as $vendor) {{-- Banner --}} @if($vendor->banner) @else @endif Verified {{-- Logo --}} @if($vendor->logo) @else {{ substr($vendor->name, 0, 1) }} @endif @if($vendor->reviews()->count() > 0) {{ number_format($vendor->reviews->avg('rating'), 1) }} ({{ $vendor->reviews_count }}) @endif {{-- Info --}} {{ $vendor->name }} {{ Str::limit($vendor->description, 90) }} {{-- Stats --}} Products {{ number_format($vendor->products_count) }} Sales {{ number_format($vendor->total_sales) }} Visit Store @endforeach {{-- 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. Start Selling Learn More @endsection
Discover verified sellers with quality products and exceptional service
{{ Str::limit($vendor->description, 90) }}
Start selling on {{ siteName() }} today. Reach thousands of customers and grow your business with our powerful seller tools.