@extends('Admin.Layouts.Dashboard') @section('styles') @endsection @section('content') @if(count($rows)) @foreach($rows as $row) @endforeach @endif {{-- @include('Partners.Units.Statics')--}}

{{$page_title}}

@include('Messages')
@if(count($rows)) @foreach($rows as $row) @endforeach @else @endif
الكود الخصم المستخدم مرات الاستخدام الحالة الاجراءات
{{$row->coupon}} {{get_discount($row)}} @if(count($row->users) > 0) @else -- @endif {{(int) $row->uses}} @if(is_coupon_expired($row)) منتهي @elseif(check_coupon_user($row)) تم استخدامه @elseif($row->trashed()) غير فعال @else فعال @endif @if(!check_coupon_user($row) && !is_coupon_expired($row) && !$row->trashed()) @endif @if($row->trashed())
@csrf @method('DELETE')
@else @if(!check_coupon_user($row) && !is_coupon_expired($row))
@csrf @method('DELETE')
@endif @endif @if(can('can view history coupons')) @endif
لا يوجد نتائج بعد
{{$rows->withQueryString()}}
@endsection