@extends('frontend.amazy.layouts.app') @section('content')
{{__('common.amount')}} | {{__('common.name')}} | {{__('common.qty')}} | {{__('common.secret_code')}} | {{__('customer_panel.is_used')}} |
---|---|---|---|---|
{{ single_price($amount) }} | {{ textLimit($gift_card_info->giftCard->name,22) }} | {{ getNumberTranslate($gift_card_info->qty) }} | {{ $gift_card_info->secret_code }} | @if ($gift_card_info->is_used == 1) {{ __('common.used') }} @else {{ __('common.redeem') }} @endif |