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

El premio ya fue entregado.

@endif
@if ($coupon) @if ($coupon->user) @if ($coupon->date_delivery !== null) @endif @else @endif @endif
Cédula: {{ $coupon->user->identification }}
Nombre: {{ $coupon->user->first_name . ' ' . $coupon->user->last_name }}
Producto a entregar: {{ $coupon->prize->name }}
Reclamar entre: {{ $coupon->start_date }} / {{ $coupon->finish_date }}
Fecha de entrega: {{ $coupon->date_delivery }}
El usuario asociado al codigo fue eliminado.
@if ($coupon->date_delivery !== null) Regresar @endif