@extends('admin.layout.master') @section('title', "أكواد الخصم") @section('content')

أكواد الخصم

أكواد الخصم

@foreach($rows as $row) @endforeach
# الكود نوع الخصم قيمة الخصم عدد مرات الإستخدام المتبقي اقصي نسبة خصم تاريخ من تاريخ إلى التحكم
{{$i}} {{$row->code}} {{$row->discount_type == 'discount' ? "نسبة" : "مبلغ"}} {{$row->discount_amount}} {{$row->use_count}} {{$row->max_discount}} {{$row->start_date}} {{$row->end_date}}
@stop