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

Expenses

Work on this if you are ready to plan the company's expenses, such as rent and utilities (costs not related to payroll or manufacturing). Skip for Now »

@if (Session::get('errors')) {{-- {{dd(Session::get('errors')->first())}} --}}
{{ Session::get('errors')->first() }}
{!! Session::forget('errors') !!} {!! Session::forget('alert') !!} @endif @csrf
@if (!empty($companylogo)) @endif
{{ $errors->first('logo') }}
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('stripes') || $experts) @else --}} {{-- @endif --}}
@if (Session::get('errors')) {{-- {{dd(Session::get('errors')->first())}} --}}
{{ Session::get('errors')->first() }}
{!! Session::forget('errors') !!} {!! Session::forget('alert') !!} @endif @forelse($expense as $key => $expense_val) @empty @endforelse
Name Year1 Year2 Year3 Action
{{ $expense_val->one_year_expense }} {{ $expense_val->two_year_expense }} {{ $expense_val->three_year_expense }} {{-- --}}
« Back
Continue to Owners Contribution And Draw»
{{-- --}} {{-- Hire a expert Modak] --}} {{-- --}} {{-- Create markeiting Modeal --}} {{-- Name Modal --}} @endsection @section('script') @endsection