@extends('layouts.admin', ['title' => 'کدهای تخفیف']) @section('content')
| نوع کد تخفیف | ارزش | حداکثر (تومان) | اعتبار | کد | محدودیت ها / مدیریت |
|---|---|---|---|---|---|
|
{{ $data->type_title }} {{ $data->title }} |
@if($data->amount != 0) {{ $data->show_amount }} @endif @if($data->amount_min !== null) ({{ $data->amount_min }}-{{ $data->amount_max }}) @endif | {{ number_format($data->amount_max_limit, 0, '', ',') }} | {{ GetShamsiDateWithoutTime($data->expire) }} | @if($data->Childs->count() != 0) مشاهده کدها @else {{ $data->code }} @endif |
{{ $data->unlimited == true ? '[بدون محدودیت]' : '' }}
@if( $data->discount_limitation_category_count != 0 && $data->product_count != 0 )
امکان محدودیت دستهبندی و محصولات همزمان وجود ندارد!
@endif دستهبندی ({{ $data->discount_limitation_category_count }}) محصولات ({{ $data->product_count }}) محدوده ({{ $data->limitation_count }}) شرطها ({{ $data->condition_count }}) @if($data->status==1) @if($data->is_event == false && $data->Childs->count() == 0 && $data->type != 'customersclub') ارسال @elseif($data->Childs->count() == 0) آمار @endif @endif ویراش گزارش |