@include('livewire.front.modals')
Bienvenidos
Promociones
Calidad

{{ $productos->total() }}

Productos

{{ $categorias->count() }}

Categorías

4.9

Valoración

24h

Envío

@if($bestSellingProducts->count() > 0)
Más Populares

Productos Más Vendidos

Los favoritos de nuestros clientes con las mejores valoraciones

@foreach($bestSellingProducts as $product)
@if($product->images && $product->images->first()) {{ $product->name }} @else
@endif
#{{ $loop->iteration }}
{{ Str::limit($product->name, 35) }}

{{ $product->categoria->nombre ?? 'Sin categoría' }}

@endforeach
@endif
@if($search) @endif
@if(is_venezuela_company()) @endif
@forelse ($productos->where('status', 1) as $product)
@if($product->images && $product->images->first()) {{ $product->name }} @else
@endif @if($product->quantity <= 0) Agotado @elseif($product->quantity <= 5) Pocas unidades @endif
{{ Str::limit($product->name, 50) }}

{{ $product->categoria->nombre ?? 'Sin categoría' }}

@if($currency === 'usd') {{ format_money($product->price) }} @else @php $exchangeRate = \App\Models\ExchangeRate::getLatestRate('USD') ?: 36; $priceBs = $product->precio_bs * $exchangeRate; @endphp {{ format_money($priceBs) }} @endif @if($product->quantity > 0) Disponible @else Agotado @endif
@auth @else Iniciar sesión @endauth
@empty
No hay productos disponibles

Pronto tendremos nuevos productos para ti

@endforelse
@if($productos->hasPages())
{{ $productos->links('livewire.pagination') }}
@endif
Comunidad

Confiado por Nuestros Clientes

Más de {{ $latestCustomers->count() ?? 0 }}+ clientes satisfechos confían en nosotros

@if(isset($latestCustomers) && $latestCustomers->count() > 0)
@foreach($latestCustomers as $customer)
@php $initials = strtoupper(substr($customer->name, 0, 1) . substr(strstr($customer->name, ' '), 1, 1)); $colors = ['bg-primary', 'bg-success', 'bg-info', 'bg-warning', 'bg-danger', 'bg-secondary']; $color = $colors[array_rand($colors)]; @endphp
{{ $initials ?: substr($customer->name, 0, 2) }}
Verificado
{{ Str::limit($customer->name, 25) }}

Cliente Premium

@for($i = 1; $i <= 5; $i++) @endfor (5.0)

Desde {{ $customer->created_at->format('M Y') }}

@endforeach
@else

Aún no hay clientes registrados

Sé el primero en unirte a nuestra comunidad

@endif

Contáctanos

Estamos aquí para ayudarte. Envíanos un mensaje y te responderemos pronto.

Teléfono

+58 412-1234567

Lun - Sáb: 8am - 6pm
Email

info@tienda.com

Respuesta en 24h
Ubicación

Caracas, Venezuela

Envío nacional
Información rápida
Tiempo de respuesta: 2-4 horas Soporte disponible 24/7 Comunicación segura
@push('styles') @endpush @push('scripts') @endpush