@extends('layouts.default1400-profile', ['title' => 'کدهای تخفیف']) @section('content')
@foreach($data as $item) @if($item->group_shopping_id != 0) @else @endif @endforeach
# کد تخفیف نوع تخفیف مبلغ/درصد تخفیف تاریخ انقضا وضعیت
{{ $item->rowIndex }} تخفیف گروهی خودکارعادی {{ $item->amount }} {{ $item->amount_type =='fix' ? 'تومان' : '%' }} {{ GetShamsiDateWithoutTime($item->expire) }} {{ $obj->getGiftCardsStatusTitle($item->status) }}
@stop