@extends('tenant.layouts.app') @section('content')
| Premio | Costo (pts) | Stock | Estado | Acción |
|---|---|---|---|---|
| {{ $r->name }} {{ $r->description }} |
{{ number_format($r->points_cost, 2) }} | {{ $r->stock === null ? '∞' : $r->stock }} | @if($r->active)Activo@elseInactivo@endif | |
| Aún no hay premios. Creá uno arriba. | ||||
| Vendedor | Premio | Puntos | Fecha |
|---|---|---|---|
| {{ optional($rd->seller)->name ?? ('#'.$rd->seller_id) }} | {{ $rd->reward_name }} | −{{ number_format($rd->points_cost, 2) }} | {{ $rd->created_at }} |
| Sin canjes todavía. | |||