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