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

أكواد الخصم

{{-- @include('admin.layout.message')--}}

أكواد الخصم

@foreach($rows as $row) @endforeach
# الكود عدد الاستخدام نوع الخصم نسبة | مبلغ الخصم تاريخ البداية تاريخ النهاية الحالة التحكم
{{$i}} {{$row->code}} {{$row->used_count}} {{$row->type == 'cash' ? "كاش" : "نسبة"}} {{$row->amount}} {{$row->start_date}} {{$row->end_date}} {{$row->status == 'active' ? "مفعل" : "غير مفعل"}}
@stop