@extends("admin.template.layout") @section("header") @stop @section("content")
Clear Export
@foreach($datamain as $datarow) @endforeach
# Name Email Mobile No Location Total Coupons Added Created
{{$i}} {{$datarow->name}} {{$datarow->email}} +{{$datarow->dial_code}} {{$datarow->phone}} {{$datarow->location}} {{$datarow->coupon_count}} {{$datarow->created_at}}
@stop @section("script") @stop