@extends('layouts.staff-new') @section('content')
S/N | Reference | Investor Name | Wallet Balance | Signup Date | Phone Number | |
---|---|---|---|---|---|---|
{{$loop->index+1}} | {{$investor->reference}} | {{$investor->name}} | ₦{{number_format($investor->wallet, 2)}} | {{$investor->created_at}} | {{$investor->phone}} | {{$investor->email}} |