@extends('admin.pages.Bussiness-plan-builder.layout.master') @section('bussinessplanbuilder') @section('var', 'show') @section('prosale', 'active1')
@if (Session::get('errors')) {{-- {{dd(Session::get('errors')->first())}} --}}
{{ Session::get('errors')->first() }}
{!! Session::forget('errors') !!} {!! Session::forget('alert') !!} @endif @csrf

Product, Sales & Inventory Text

Write a detailed explanation of the company's products and services, along with a breakdown of expected sales revenue. Skip for Now »

{{ $errors->first('product_service') }}
{{ $errors->first('list_price_product_service') }}
{{ $errors->first('stage_development') }}
{{ $errors->first('research_development') }}
{{ $errors->first('manufacture_produce') }}
{{-- --}}
@endsection @section('script') @endsection