@if ($coupon->delivery_date !== null && !session('status'))

El premio ya fue entregado.

@endif
@if ($coupon->delivery_date !== null) @endif
Cédula: {{ $coupon->user->identification ?? '-' }}
Nombre: {{ $coupon->user->fullName ?? '-' }}
Producto a entregar: {{ $coupon->award->name }}
Fecha de entrega: {{ $coupon->delivery_date }}
@if ($coupon->delivery_date !== null)
Regresar
@endif