@extends('layouts.bootstrap') @section('title', 'Record Investment') @section('content')

Record Investment

Back to Investments
Investment Details
@csrf
@error('title')
{{ $message }}
@enderror
$ @error('amount')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('type')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
@error('source')
{{ $message }}
@enderror
@error('reference_number')
{{ $message }}
@enderror
@error('interest_rate')
{{ $message }}
@enderror
@error('term_months')
{{ $message }}
@enderror
@error('start_date')
{{ $message }}
@enderror
Upload contract or agreement document (PDF, JPG, PNG - Max 5MB)
@error('contract_file')
{{ $message }}
@enderror
Cancel
Investment Types
Bank Loan: Traditional bank financing

Business Loan: Specific business funding

Equipment Financing: Equipment purchase loans

Line of Credit: Revolving credit facility

Investor Funding: Private investor capital

Grant: Government or institutional grants

Other: Other types of investments or funding
Loan Calculator

Use the interest rate and term fields to calculate monthly payments for loans.

Tips
  • Upload contracts for important agreements
  • Include interest rates for accurate tracking
  • Set term months for loan repayment schedules
  • Use clear, descriptive titles
  • Keep reference numbers for easy identification
@endsection