@extends('layouts.staff-new') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Account Summary @if($investor->is_active) Active @else Inactive @endif
{{$investor->reference}}
Reference
{{$investor->loanFunds()->count()}}
Loan Fund(s)
₦ {{number_format($investor->wallet, 0)}}
Wallet Balance
₦ {{number_format($investor->escrow, 0)}}
Escrow Balance
Investor Details @if($investor->is_active) Active @else Inactive @endif

Name: {{$investor->name}}

Email: {{$investor->email}}

Phone: {{$investor->phone}}

Address: {{$investor->address}}

LGA: {{$investor->lga}}

City, State: {{$investor->city}} {{$investor->state}}


@endsection @section('page-js') @endsection