@if(isset($giftCard))
@if ($giftCard->status === 2) {{ __("") }} @else {{ __("Gift Code Details") }} @endif |
||
| {{ __("Redeem By") }} | : | {{$giftCard->redeemedBy->details->first_name ?? ''}} {{$giftCard->redeemedBy->details->last_name ?? ''}} |
| {{ __("Amount (Euro)") }} | : | {{ formatDisplayNumber($giftCard->purchaseProduct->price) }} |
| {{ __("Redeem Date") }} | : | {!! getDateWithIcon($giftCard->redeemed_date) !!} |
| {{ __("Purchaser Name") }} | : | {{$giftCard->user->details->first_name ?? ''}} {{$giftCard->user->details->last_name ?? ''}} |
| {{ __("Amount (Euro)") }} | : | {{ formatDisplayNumber($giftCard->purchaseProduct->price) }} |
| {{ __("Expiration Date") }} | : | {!! getDateWithIcon($giftCard->expire_date) !!} |
{{ __('Once a gift code is redeemed, it cannot be reversed or canceled.')}}
@endif @endif