@extends('admin.pages.Bussiness-plan-builder.layout.master') @section('bussinessplanbuilder') @section('var0','show') @section('bussinessinformation','active1') @php $months = array('January','February','March','April','May','June','July ','August','September','October','November','December'); $years = array('2011','2012','2013','2014','2015','2016','2017','2018','2019','2020','2021','2022','2023','2024','2025','2026'); @endphp

Business Information

This section contains important information for properly setting up your business plan.

Entries with an asterisk (*) are required.

@if(Session::get('errors')) {{-- {{dd(Session::get('errors')->first())}} --}}
{{Session::get('errors')->first()}}
{!!Session::forget('errors')!!} {!!Session::forget('alert')!!} @endif @csrf
What is the starting month and year of the business plan? (*)
{{$errors->first('month')}} Year(*)
{{-- --}} {{$errors->first('year')}}
Legal Formation (*)
{{$errors->first('legal_info')}}
Full Years in Business (*)
{{$errors->first('full_year')}}
Business Type: Does this business provide a service, manufacture products, or both? (*)
{{$errors->first('busines_type')}}
@endsection