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