@if(!empty($giftCard->purchase_number))
Número de pedido : |
{{ $giftCard->purchase_number }} |
@endif
@if(!$isCliente)
Documento : |
DNI {{ $giftCard->dni }} |
Nombre : |
{{ $giftCard->name }} {{ $giftCard->lastname }} |
Correo : |
{{ $giftCard->email }} |
@endif
@if(!empty($giftCard->purchase_number))
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'] }} |
@endif
Vale de consumo por : |
S/ {{ $giftCard->credit }} |
@if($isCliente)