@extends('admin.pages.Bussiness-plan-builder.layout.master') @section('bussinessplanbuilder') @section('var3', 'show') @section('investor', 'active1')

Investors

Work on this if the company is expecting equity funding (this is not the same as loans). Skip for Now »

{{--
DID YOU NEED HELP WITH THIS?

Financials don't need to be done on your own.

Financials are a critical component of any business plan. Get expert help to get it done right including the revenue forecasting, balance sheet, cash flow statement and your profit/loss statement. Figure out your net worth with expert help.

--}}
@if (Session::get('errors')) {{-- {{dd(Session::get('errors')->first())}} --}}
{{ Session::get('errors')->first() }}
{!! Session::forget('errors') !!} {!! Session::forget('alert') !!} @endif @forelse($investor as $key => $investor_value) @empty @endforelse
Name Year1 Year2 Year3 Action
{{ $investor_value->one_year_investment }} {{ $investor_value->two_year_investment }} {{ $investor_value->three_year_investment }}
« Back
Continue to Other Income »
{{--
{{-- --}} {{-- Hire a expert Modak] --}} {{-- --}} {{-- Create markeiting Modeal --}} {{-- Name Modal lg1 --}} {{-- End Modeal lg1 --}} @endsection @section('script') @endsection