@extends("admin.template.layout") @section("header") @stop @section("content")
# | 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))}} |