@extends('components.customer-layout') @section('header')
@endsection {{-- @dd($transactionsPagination, $transactions) --}} @section('content') {{-- description --}}{{ $error }}
@endif @if(!empty($success)){{ $success }}
@endifAvailable Redeem Amount : {{ number_format($sum , 0 , '.' , ',') }} FLT
| S.No | Full Name | Username | Amount | Status | Joined At | {{--Action | --}}
|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ ucwords($downline->firstname) }}
{{ " ".ucwords($downline->lastname) }}
|
{{ ucwords($downline->username) }} | {{ number_format($downline->amount , 0 , '.' , ',') }} FLT | @if ($downline->redeemed == 1) {{ "Redeemed" }} @else {{ "Not Redeemed" }} @endif |
{{ date('d M,Y', strtotime($downline->createdAt)) }}
|