@extends('admin.layout.app')
@section('style')
@endsection
@section('content')
| الكوبون |
النسبة |
الحد الاقصي للخصم |
عدد المستفيدين |
عدد مرات الاستخدام |
الحالة |
تعديل |
حذف |
@foreach($coupons as $item)
| {{$item->coupon}} |
{{$item->amount}} % |
{{$item->max}} |
{{$item->benefits}} |
{{$item->Order()->count()}} |
{{($item->active == 1) ? 'نشط' : 'غير نشط'}} |
تعديل |
حذف |
@endforeach
@endsection
@section('script')
@endsection