Activity Report-- {{$email}}
{{Form::open(array('url'=>'merchant/sub_account/'.$id,'method'=>'GET','role'=>"form",
'files'=>true,'id'=>'adds-add-form'))}}
{{Form::text('valide_from',Input::old('valide_from1'),array('class' => 'required form-control','id'=>'valide_from', 'Placeholder'=>'SELECT DATE FROM'))}}
{{Form::close()}}
{{Form::text('valide_from',Input::old('valide_from1'),array('class' => 'required form-control','id'=>'valide_from', 'Placeholder'=>'SELECT DATE FROM'))}}
{{Form::text('valide_to',Input::old('valide_to'),array('class' => 'required form-control','id'=>'valide_to', 'Placeholder'=>'SELECT DATE TO'))}}
{{Form::close()}}
Rewards Redeemed Details
@if(count($rewards) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| Mobile | Name of the reward | Coupon Code | Redemption Date | Redemption Time |
|---|---|---|---|---|
| {{$reward->mobile}} | {{ $reward->name }} | {{ $reward->coupon_code }} | {{date('Y-m-d',strtotime($reward->updated_at))}} | {{date('H:i:s',strtotime($reward->updated_at))}} |
@if($loyalty->loyalty_type=='2') Credits @else Stamps @endif Given Details
@if(count($points) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| Mobile | @if($loyalty->loyalty_type=='2') Credits @else Stamps @endif | @if($loyalty->loyalty_type=='2') Credits @else Stamps @endif Received Date | Time of Receiving @if($loyalty->loyalty_type=='2')Points @else Stamps @endif | Bill Number | @if($loyalty->loyalty_type=='2')Bill Amount | @endifValid Till | Merchant’s Comment |
|---|---|---|---|---|---|---|---|
| {{ $point->mobile_no }} | @if($loyalty->loyalty_type=='2'){{ $point->original_points }} @else{{$point->points}} @endif | {{date('Y-m-d',strtotime( $point->created_at))}} | {{date('H:i:s',strtotime($point->created_at))}} | {{ $point->bill_no }} | @if($loyalty->loyalty_type=='2'){{ $point->bill_amount }} | @endif{{ $point->valid_till }} | {{ $point->feedback }} |
@if($loyalty->loyalty_type=='2') Credits Redeemed @else Stamps Redeemed @endif Details
@if(count($redeemed) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| Mobile | Credit Redeemed | credit Redeemed Date | Bill Number | Total Bill Amount | Merchant’s Comment |
|---|---|---|---|---|---|
| {{ $redeem->mobile_no }} | {{ $redeem->point_redeem }} | {{ $redeem->created_at }} | {{ $redeem->bill_no }} | {{ $redeem->bill_amount }} | {{ $redeem->feedback }} |