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

Owner Information

List the company's financial performance for the previous year. This section only appears if you've indicated the company is at least one year old. Skip for Now ยป

@if(Session::get('errors')) {{-- {{dd(Session::get('errors')->first())}} --}}
{{Session::get('errors')->first()}}
{!!Session::forget('errors')!!} {!!Session::forget('alert')!!} @endif @csrf

Past Year Financials

Revenue
{{$errors->first('renvenue')}}
Net Profit
{{$errors->first('net_profit')}}
Cash Balance
{{$errors->first('cash_balance')}}
Debt
{{$errors->first('debt')}}
@endsection