@php use App\Enums\Leads\FlagType; use App\Enums\Leads\SourceType; use App\Enums\Leads\StatusType; use App\Enums\Leads\TypeOfContact; @endphp
@csrf {{-- Personal Information --}}
Personal Information
First name*
Last name*
Email*
Phone*
Address*
Nationality @foreach ($nationalities as $nationality) @endforeach
Gender*
Country* @foreach ($countriesSelect as $id => $name) @endforeach
Source* @foreach (SourceType::cases() as $source) @endforeach
Type of contact* @foreach (TypeOfContact::cases() as $type) @endforeach
Track type* @foreach ($trackTypesSelect as $id => $name) @endforeach
Program* @foreach ($programs as $program) @endforeach
{{-- Professional Details --}}
Professional Details
Industry @foreach (App\Enums\IndustryEnum::cases() as $industry) @endforeach
Position
Ad code*
Assigned to @foreach ($usersSelect as $id => $fullName) @endforeach
{{--
Account to @foreach ($getAllAccounts as $account) @endforeach
--}} {{--
Student to @foreach ($getAllStudents as $student) @endforeach
--}}
Lead plan type* @foreach ($getPricingPlanType as $plan_type) @endforeach @php $b2b = $getPricingPlanType->where('name', 'B2B')->first(); $family = $getPricingPlanType->where('name', 'Family')->first(); @endphp @if ($b2b) @endif @if ($family) @endif
Select B2B Parent* @foreach ($getB2BParents as $b2b) @endforeach
Select Family Parent* @foreach ($getfamilyParents as $family) @endforeach
{{-- Lead Management --}}
Lead Management
{{--
Creator @foreach ($usersSelect as $id => $fullName) @endforeach
--}} {{--
Program type @foreach ($programTypesSelect as $id => $name) @endforeach
--}} {{--
Last follow up
Next follow up
--}}
Flag* @foreach (FlagType::cases() as $flag) @endforeach
{{--
WorkFlow @foreach ($workflows as $workflow) @endforeach
--}}
Creation Action* {{-- --}}
Notes {{ old('notes') }}
Submit