A new "Start Up Registration Form" submission has been received. Below are the details provided:
Startup Name:
{{ $admin_details['startup_name'] ?? '-' }}
|
|
|
Location (City and Country):
{{ $admin_details['location'] ?? '-' }}
|
|
Founding Year:
{{ $admin_details['founding_year'] ?? '-' }}
|
|
Description:
{{ $admin_details['description'] ?? '-' }}
|
|
Assistance Sought:
{{ $admin_details['assistance_sought'] ?? '-' }}
|
|
Stage:
{{ $admin_details['stage'] ?? '-' }}
|
|
Primary Contact Name:
{{ $admin_details['primary_contact_name'] ?? '-' }}
|
|
Email Address:
{{ $admin_details['email'] ?? '-' }}
|
|
Phone Number:
{{ $admin_details['phone_number'] ?? '-' }}
|
|
Website/Online Presence URL:
@if(!empty($admin_details['website_url']))
{{ $admin_details['website_url'] }}
@else
-
@endif
|
|
Please review the submission and take appropriate action. You can contact the sender at:
@if(!empty($admin_details['email']))
{{ $admin_details['email'] }}
@else
-
@endif