Past Promos

@foreach ($list as $ad ) @endforeach
ID Promo name Promo code Sub Accounts alloud to redeem Redeem limit per customer Total redeem limit Terms, if any Validity Valid days Valid timing Performance report Remarks
{{$ad->id}} {{$ad->promo_name}} {{$ad->promo_code}}
@if($ad->sub_account_available == 0) No sub account linked @else @foreach($ad->sub_account as $em){{$em->email}}
@endforeach @endif
@if($ad->user_unlimited==0){{$ad->total_redeem_limit}}@else Unlimited @endif @if($ad->total_unlimited==0){{$ad->redeem_limit_per_user}}@else Unlimited @endif {{$ad->terms}} {{date("jS M,Y",strtotime($ad->start_date))}} to {{date("jS M,Y",strtotime($ad->end_date))}} {{$string}} {{$ad->valid_timing}} View Report {{$ad->remarks}}