{!! __('v2/front_site.dear') !!},
{!! __('v2/front_site.message_1') !!}
{!! __('v2/front_site.gift_code') !!}: |
{!! $redeem_code !!} |
{!! __('v2/front_site.amount') !!}: |
{!! currency().$gift_card_amount !!} |
@if(isset($start_date) && !empty($start_date))
{!! __('v2/front_site.start_at') !!}: |
{!! $start_date !!} |
@endif
{!! __('v2/front_site.expired_at') !!}: |
{!! $expiry_date ?? __('v2/front_site.expiration_date') !!} |
{!! isset($from) && $from !='' ? __('v2/front_site.message_from') .' '.$from.' :' : '' !!}
{!! $user_message ?? '' !!}
{!! __('v2/front_site.message_2') !!}
{!! __('v2/front_site.regards') !!}, {!! env('app_name') !!}
|