@extends('layouts/contentLayoutMaster') @section('title', 'Cashback') @section('content')

Cashback List

Add
@foreach($reward as $coupon) @endforeach
S/N Cashback Code Cashback Amount Phone No Expiry Date status
{{$i}} {{$coupon->coupon_code}} {{$coupon->coupon_value}} {{$coupon->phoneno}} {{$coupon->expiry_date}} @if($coupon->status == 0) Pending @else Redeemed @endif
@endsection @section('page-script') @endsection