@if(!empty($giftCard->purchase_number)) @endif @if(!$isCliente) @endif @if(!empty($giftCard->purchase_number)) @endif
Número de pedido : {{ $giftCard->purchase_number }}
Documento : DNI {{ $giftCard->dni }}
Nombre : {{ $giftCard->name }} {{ $giftCard->lastname }}
Correo : {{ $giftCard->email }}
Fecha de operación : {{ $giftCard->pait_at->format("d/m/Y H:i:s") }}
Total pagado : S/ {{ $giftCard->amount }}
Método de pago : {{ $giftCard->transaction->transaction_json['dataMap']['BRAND'] }} {{ $giftCard->transaction->transaction_json['dataMap']['CARD'] }}
Vale de consumo por : S/ {{ $giftCard->credit }}
@if($isCliente)
Código de cupón :
{{ $giftCard->code }}
@endif