-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Investors Name | Reference | Amount | Payment Type | Verification Status | Created Date | Action | |
---|---|---|---|---|---|---|---|
{{$loop->index + 1}} | {{$payment->investor_name}} | {{$payment->investor_reference}} | {{number_format($payment->amount, 2)}} | {{$payment->investment_type}} | {{$payment->created_at}} | @if($payment->verification_status == 'active') Successful @else @endif | @if($payment->status == 1) Approved @else @endif |