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

Important Assumptions

This section collects important information for properly setting up your financial forecasts.

@if(Session::get('errors'))
{{Session::get('errors')->first()}}
{!!Session::forget('errors')!!} {!!Session::forget('alert')!!} @endif @csrf
What is the company's starting cash balance on the day you start the business plan?
{{$errors->first('start_cash')}}

Don't include investor and owner contributions after the first month. We'll ask for that information later.

How many days do you wait to pay your bills (Accounts Payable)?
{{$errors->first('accounts_payable')}}
How many days do you wait until you receive payment for your sales (Accounts Receivable)?
{{$errors->first('accounts_receivable')}}
What percentage of customers do you extend credit to?
{{$errors->first('percent_manufacturing')}}
Do your customers pay in advance?
{{$errors->first('customer_pay')}}
How many days?
{{$errors->first('how_many_day')}}
What percentage of total sales?
{{$errors->first('percentage_of_total_sale')}}
What is the company's corporate tax percentage?
{{$errors->first('tax_percentage_year1')}} {{$errors->first('tax_percentage_year2')}} {{$errors->first('tax_percentage_year3')}}

Consult with your tax advisor for guidance on tax percentage information. Canada Commerce assumes that taxes are paid in March of each year.

Canada Commerce uses Internationl Accounting Standards for accrual-based accounting
@endsection