@extends('admin.layouts.master') @section('title') كوبونات الخصم @endsection @section('styles') @endsection @section('page_header')

عرض جميع كوبونات الخصم

@endsection @section('content')

كوبونات الخصم

@if($data->count()) @foreach( $data as $value ) @endforeach @endif
# الكود نسبة الخصم الاعضاء عدد مرات الاستخدام من تاريخ الى تاريخ حالة الكوبون @lang('messages.operations')
{{ $i }} {{$value->code}} {{$value->percentage}} @if($value->shared == 1) الكل @else
    @foreach(\App\Models\UserCoupon::whereCouponId($value->id)->get() as $user)
  • {{\App\Models\User::find($user->user_id)->email}}
  • @endforeach
@endif
{{$value->available_number ? $value->available_number : '---'}} {{$value->from_date ? $value->from_date : '--' }} {{$value->to_date ? $value->to_date : '---'}}
status == 1) checked @endif onclick="enableUser({{$value->id}})" id="customSwitch1{{$value->id}}">
{!! $data->render() !!}
@endsection @section('scripts') @endsection