@extends('layouts.staff-new') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Managed Investor Accounts
@if(count($investors)) @foreach($investors as $investor) @endforeach @else @endif
Name Reference Verification Status Manage
avatar
{{$investor->name}}
{{$investor->reference}} @if($investor->is_verified) @elseif($investor->hasPendingVerification()) @else Apply @endif @if($investor->is_active) @else @endif View
{{$investors->links()}}
You've not gotten a lender account to manage yet
@endsection @section('page-js') @endsection