@extends('layouts.app') @section('content')
| Nombre | Stock | Precio | Precio anterior | Activo | ||
|---|---|---|---|---|---|---|
| {{ ucfirst($Product->name) }} | {{ $Product->stock }} | {{ $Product->price }} | {{ $Product->discount_price }} |
|
| Código | Valor | Fecha | Activo |
|---|---|---|---|
| {{ $coupon->name }} | {{ $coupon->getValueWithLabel() }} |
id }})" type="checkbox" class="custom-control-input" id="isCuponActive_{{ $coupon->id }}" {{ $coupon->active ? ' checked' : '' }}>
|