@extends('layouts.investor') @section('content')

My Profile

profile image

{{ $investor->name}}

Nextpayday Investor

Funded

{{ $investor->loanFunds()->count()}}

Bids

{{ $investor->bids()->count() }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Basic Information
Full Name : {{ $investor->name }} Phone : {{ $investor->phone }}
Email : {{ $investor->email }} Location : {{ $investor->address }}
Other Information
Bank Details
@if($investor->bank)

Bank Name: {{ $investor->bank->bank_name }}

Bank Code: {{ $investor->bank->bank_code }}

Account Number: {{ $investor->bank->account_number }}

@else Bank details unavailable @endif
Documents

Manage your Nextpayday Documents

@if($investor->getOriginal('licence'))
@endif @if($investor->getOriginal('reg_cert'))
@endif
Phone Verification

Verify your phone number.

* This service is currently unavailable

Basic Information

Update your basic information

{{ csrf_field() }}
Bank Information

Update your bank data

{{ csrf_field() }}
Dashboard Settings

Choose between Managed or Self Managed Dashboards

{{ csrf_field() }}

Description


Description

Password Change

Change your account password

{{ csrf_field() }}
@endsection