@extends("admin.template.layout") @section("header") @stop @section("content")
@foreach($datamain as $ech) @endforeach
# Voucher Title Customer Status Created At
{{$i}} {{$ech->coupon_details->coupon_title??''}} {{$ech->customer->name??''}}
{{$ech->customer->email??''}}
{{$ech->customer->dial_code??''}}{{$ech->customer->phone??''}}
@if($ech->status == 0){{'Earned'}} @else{{'Redeemed'}} @endif {{date('d-M-Y',strtotime($ech->created_at))}}
@stop @section("script") @stop