@extends("admin.template.layout") @section("header") @stop @section("content")
Clear
@foreach($datamain as $datarow) @endforeach
# Name Email Mobile No City/Country Amount Earned Amount Used Created
{{$i}} {{$datarow->name}} {{$datarow->email}} +{{$datarow->dial_code}} {{$datarow->phone}} @if(!empty($datarow->country)) {{$datarow->city->name}}, {{$datarow->country->name}} @endif {{(float)$datarow->coupon_usage_sum_earned_amount}} {{(float)$datarow->used_amount}} {{$datarow->created_at}}
@stop @section("script") @stop