{{$guestId}}
Total : {{count($results)}} Record

@if(count($results) >= 1) @foreach($results as $row)
@foreach($row as $key=>$receipt_data) @if(in_array($key,array('product_id','purchase_date','expires_date','is_trial_period','is_in_intro_offer_period')))

{{$receipt_data}}

@endif @endforeach

@endforeach @else

No Receipt has been verified!


@endif