@extends('layouts.admin', ['title' => 'کدهای تخفیف']) @section('content')

مدیریت کدهای تخفیف

گزارش محدودیت گروهی محصولات دسته‌بندی محصولات

@if(count($data)==0) @else @foreach($data as $item) @endforeach
عملیات نوع / عنوان کد ارزش تعداد اعتبار وضعیت کاربر محدودیت‌ها
مشاهده {{ $item->type_title }} {!! $item->title != '' ? '
' . $item->title : '' !!}
{{ $item->code }} @if($item->status==1) @if($item->Childs->count() != 0) مشاهده کدها @endif @endif @if($item->amount != 0) {{ $item->show_amount }} @endif @if($item->amount_min !== null) ({{ $item->amount_min }}-{{ $item->amount_max }}) @endif {{ $item->num }} / {{ $item->num_mod }} {{ GetShamsiDateWithoutTime($item->expire) }} {{ $item->status_title }} {{ $item->uses_count }} نفر {{-- @if($item->user_id != 0 && $item->user_id != null) {{ App\Models\User::where('id',$item->user_id)->first()->first_name . " " . App\Models\User::where('id',$item->user_id)->first()->last_name }} @endif --}} محصولات ({{ $item->product_count }}) محدوده ({{ $item->limitation_count }}) شرط‌ها ({{ $item->condition_count }})
{!! $data->render(); !!}
@endif
@stop