@extends('layouts.dashboard') @section('dashboard') @if(session('message'))
Vendedor | Código | % Descuento | Fecha | Estado | |
---|---|---|---|---|---|
{{ $c->usuario_nombre }} | {{ $c->dte_cupon_codigo }} | {{ $c->dte_cupon_descuento }}% | {{ \FCR::fecha_completa($c->dte_cupon_fecha) }} | @if($c->dte_cupon_estado == 'habilitado'){{ ucwords($c->dte_cupon_estado) }} | @else{{ ucwords($c->dte_cupon_estado) }} | @endif
No hay cupones ingresados |