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

Promociones

Gestiona descuentos, bonificaciones, cupones y promociones

@svg('heroicon-o-tag', 'w-6 h-6 text-blue-600')

Descuentos Directos

{{ $brands->where('discount', '>', 0)->count() + $vendors->where('discount', '>', 0)->count() }}

@svg('heroicon-o-shopping-bag', 'w-6 h-6 text-green-600')

Bonificaciones

{{ $bonifications->count() }}

@svg('heroicon-o-ticket', 'w-6 h-6 text-purple-600')

Cupones

{{ $coupons->count() }}

@svg('heroicon-o-sparkles', 'w-6 h-6 text-orange-600')

Promociones

{{ $promociones->count() }}

@svg('heroicon-o-tag', 'w-8 h-8 text-blue-600')

Descuento Directo

Configura descuentos por marca y proveedor

Gestionar @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')
@svg('heroicon-o-shopping-bag', 'w-8 h-8 text-green-600')

Descuento por Volumen

Configura descuentos por cantidad comprada

Gestionar @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')
@svg('heroicon-o-gift', 'w-8 h-8 text-purple-600')

Bonificaciones

Gestiona bonificaciones de productos

Gestionar @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')
@svg('heroicon-o-ticket', 'w-8 h-8 text-indigo-600')

Cupones

Gestiona cupones de descuento

Gestionar @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')
@svg('heroicon-o-sparkles', 'w-8 h-8 text-orange-600')

Promociones

Crea promociones avanzadas con reglas

Gestionar @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')
@svg('heroicon-o-chart-bar', 'w-8 h-8 text-gray-600')

Análisis

Analiza el rendimiento de promociones

Ver Análisis @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')
@endsection