@extends('layouts.admin') @section('content')
Gestiona descuentos, bonificaciones, cupones y promociones
Descuentos Directos
{{ $brands->where('discount', '>', 0)->count() + $vendors->where('discount', '>', 0)->count() }}
Bonificaciones
{{ $bonifications->count() }}
Cupones
{{ $coupons->count() }}
Promociones
{{ $promociones->count() }}
Configura descuentos por marca y proveedor
Gestionar @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')Configura descuentos por cantidad comprada
Gestionar @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')Gestiona bonificaciones de productos
Gestionar @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')Gestiona cupones de descuento
Gestionar @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')Crea promociones avanzadas con reglas
Gestionar @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')Analiza el rendimiento de promociones
Ver Análisis @svg('heroicon-o-arrow-right', 'w-4 h-4 ml-2')