@if(count($userdata) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else
@if(count($loyalty)>0 && !empty($loyalty))
@endif
Rewards Details
@if(count($rewards) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| S.No | Name | @if($loyalty->loyalty_type==1)Stamps | @elsePoints | @endifType | Location | Timing | Validity | Valid days | Status | Created On | Deleted On | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$j=$j+1}} | {{$ad->name}} | {{$ad->points}} | @if($ad->class=='welcome')Welcome Reward | @elseReward | @endif{{$ad->location}} | {{$from}} to {{$to}} | {{$ad->validity}} | {{$string}} | @if($ad->is_active) Active@else Deleted @endif | {{$ad->created_at}} | @if($ad->is_active!=1){{$ad->updated_at}} | @else@endif |
User Subscription Details11
@if(count($data) == 0)
{{ trans('admin::users.pages.no_record_found') }}
@else| Name | Unique ID | Card Type | Current @if($loyalty->loyalty_type==2) Points @else Stamps @endif | Total @if($loyalty->loyalty_type==2) Points @else Stamps @endif | Joining date |
|---|
}})