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

Product, Sales & Inventory

Work on this if you're ready to add your products or services and forecast your sales revenue Skip for Now »

Do you require any assistance with this?

Handling finances alone isn't necessary.

Financials play a crucial role in any business plan. To ensure accurate completion of tasks such as revenue forecasting, balance sheet preparation, cash flow statement, and profit/loss statement, consider obtaining professional assistance. Determine your net worth with the guidance of experts.

@if (Session::get('errors')) {{-- {{dd(Session::get('errors')->first())}} --}}
{{ Session::get('errors')->first() }}
{!! Session::forget('errors') !!} {!! Session::forget('alert') !!} @endif @forelse($productSaleInventory as $key => $productSaleInventory_value) @empty @endforelse
Title Year1 Year2 Year3 Action
{{ $productSaleInventory_value->name }} Type:{{ $productSaleInventory_value->product_service }}
{{ $productSaleInventory_value->one_year_sale }} {{ $productSaleInventory_value->two_year_sale }} {{ $productSaleInventory_value->three_year_sale }}
{{ $productSaleInventory_value->one_year_cost }} {{ $productSaleInventory_value->two_year_cost }} {{ $productSaleInventory_value->three_year_cost }}
Net Revenue {{ $productSaleInventory_value->one_year_sale - $productSaleInventory_value->one_year_cost }} {{ $productSaleInventory_value->two_year_sale - $productSaleInventory_value->two_year_cost }} {{ $productSaleInventory_value->three_year_sale - $productSaleInventory_value->three_year_cost }}
« Back
Continue to Product And Sale Text »
{{-- stripe Modal --}} {{-- Hire a ex[ert Modak] --}} {{-- --}} {{-- Create product Modeal --}} {{-- Edit modal --}} {{-- Cost Modal --}} {{-- Cost detail Modal --}} @endsection @section('script') @endsection