@extends('admin.layout.master') @section('content')

StartUp

{{--
@csrf --}}

Are you ready to start and fund your small business?

Use the Startup Assessment to discover the tools you need to start, plan and find funding for your business idea.

Enter Name
user()->first_name)) value="{{Auth::guard('user')->user()->first_name}}" @endif class="form-control" required> {{$errors->first('first_name')}}
Email
user()->email)) value="{{Auth::guard('user')->user()->email}}" @endif class="form-control" required> {{$errors->first('email')}}
Phone Number
user()->phone_number)) value="{{Auth::guard('user')->user()->phone_number}}" @endif class="form-control" required> {{$errors->first('phone_number')}}

Are you … (Select one)

  • userDetail) && $user->userDetail->business_type=="Starting a Business") checked @elseif(empty($user->userDetail)) checked @endif required />
  • userDetail) && $user->userDetail->business_type=="Expanding a Business") checked @endif required />
  • userDetail) && $user->userDetail->business_type=="Purchasing a Business") checked @endif required />

Do you have a business plane (Select one)

  • userDetail) && $user->userDetail->business_plane=="yes") checked @elseif(empty($user->userDetail)) checked @endif required />
  • userDetail) && $user->userDetail->business_plane=="no") checked @endif required />

Where are you located? Choose one

{{$errors->first('location')}}

What are you looking for? Select all that apply

{{$errors->first('look')}}

I need funding for…

{{$errors->first('fund')}}
{{--
--}}
@endsection