@extends('admin.layouts.master') @section('page-title') عرض كوبونات الخصم المنتهية @endsection @push('main-copouns-active') m-menu__item--active @endpush @section('content')

ادارة كوبونات الخصم المنتهية

@foreach($copouns as $single_copoun) @endforeach
# كود الكوبون نسبة الخصم تاريخ الانتهاء المستخدمين المستفيدين
{{ $loop->index + 1 }} {{ $single_copoun->copoun_code }} {{ $single_copoun->amount }}% {{ $single_copoun->expires_at }} {{ ($single_copoun->target_users == 'single')? 'مجموعة محددة' : 'الكل' }} @if ($single_copoun->copoun_users()->count()) @endif
@stop @push('page_level_script') @endpush