Coupons Report

{{Form::open(array('url'=>'merchant/customtokenreport/download','method'=>'POST','role'=>"form", 'files'=>true,'id'=>'adds-add-form'))}}
All
Custom


@foreach($data as $token) @if($token->actul_used>0) @else @endif @endforeach
Coupon ID Booklet ID Coupon Name Coupons Issued Date Coupons Issued Time Unique Code Mobile Number Member's Name No. of Uses given No. of Times Redeemed Expiry Date of the Coupon Comments
{{$token->tokenid}} {{$token->booklet_id}} {{$token->tname}} {{date('Y-m-d', strtotime($token->created_at))}} {{date('H:i:s', strtotime($token->created_at))}} {{$token->token_code}} {{$token->mobile}} {{$token->name}} {{$token->use_limit}}{{$token->actul_used}}{{$token->actul_used}}{{date('Y-m-d',strtotime($token->created_at."+".$token->validity."days"))}} {{$token->comment}}