Introduction Form
Home
@csrf
Who are you?
*
--select--
Individual
Social Organization
Independent organization/Company
Type of organization
--select--
@foreach ($orgTypes as $orgType)
{{ $orgType->name }}
@endforeach
Registered Under
@foreach ($ngoTypes as $ngoType)
{{ $ngoType->name }}
@endforeach
Name of organization
*
Company Registered Address
*
Pincode
*
Country
*
-- Select Country --
@foreach ($countries as $country)
{{ $country->name }}
@endforeach
State
*
-- Select State --
District
*
Managing trustee/director
Name Contact person of SO
*
Mobile number of contact person
*
Same as Registered Address
Contact Address
*
{{-- Geographical Area of Work --}}
Geographical Area of Work / भौगोलिक कार्य क्षेत्र
{{-- ✅ All Over India Checkbox --}}
All Over India / सम्पूर्ण भारत
{{-- 🌍 Country --}}
Country (Union Government of India)
*
-- Select Country --
@foreach($countries as $country)
{{ $country->name }}
@endforeach
{{-- 💙 State --}}
State (State Government)
*
-- Select State --
{{-- 💙 District --}}
District
*
-- Select District --
{{-- 💙 Taluka --}}
taluka/City
-- Select Taluka --
{{-- 💙 City --}}
village/area
-- Select City --
Official Email ID
*
All further communication will happen on this e-mail id
Sectors and Organization Works
@foreach ($sectors as $sector)
{{ $sector->name }}
@endforeach
Sub-Sectors
Vision and mission statement
Brief description/Current nature of work
Remark
Mobile Number
*
Name
*
Contact address
*
Areas of Interest(Sectors and Subsectors)
Select Areas
Select All
@foreach ($sectors as $sector)
{{ $sector->name }}
@if ($sector->subSectors->count() > 0)
+
@endif
{{-- Sub-sectors --}}
@foreach ($sector->subSectors as $subSector)
{{ $subSector->name }}
@endforeach
{{-- Other textbox --}} @if (strtolower($sector->name) === 'others')
@endif
@endforeach
Email ID
Any query/Concerns
*
{{--
Do you want to recommend a social Organization(SO)?
*
--select--
Yes
No
--}}
Name of organization
*
Address
*
Geographical Area of Interest
*
Name of Contact person
*
Mobile number of contact person
*
Are you connected with the organization in administration capacity?
*
--select--
YES
NO
Did you visit the organisation yourself?
*
--select--
YES
NO
Sectors (Organization Work In)
@foreach ($sectors as $sector)
{{ $sector->name }}
@endforeach
Your opinion about the SO in short
Are you comfortable for a call?
--select--
YES
NO
Select Date & Time
Remark
Name
*
Company Registered Address
*
Pincode
*
Country
-- Select Country --
@foreach ($countries as $country)
{{ $country->name }}
@endforeach
State
-- Select State --
District
Areas of Interest(Sectors and Subsectors)
Select Areas
Select All
@foreach ($sectors as $sector)
{{ $sector->name }}
+
@foreach ($sector->subSectors as $subSector)
{{ $subSector->name }}
@endforeach
@if (strtolower($sector->name) === 'others')
@endif
@endforeach
Name Of Contact person
*
Mobile number of contact person
*
Official Email ID
*
Organization e-mail id
*
{{--
--}}
All further communication will happen on this e-mail id
Are you comfortable for a call?
--select--
YES
NO
Select Date & Time
Remark
Submit
{{-- Add --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- Address Copy Script --}} {{-- for the area of interest dropdown --}} {{-- --}}