@endif
{{ !empty($businessUser->company_name) ? ucfirst($businessUser->company_name) : '-' }}
{{ !empty($businessUser->description) ? $businessUser->description : '-' }}
@if ($businessUser->businessEmailAddress->count() > 0)
-
@foreach ($businessUser->businessEmailAddress as $businessEmail)
- {{ $businessEmail->email }} @if (!empty($businessEmail->type)) - {{ ucfirst($businessEmail->type) }} @endif @endforeach
@if ($businessUser->businessContactNumber->count() > 0)
-
@if (request('subscription_table_can_access_contact') !== null &&
request('subscription_table_can_access_contact') === '0' && $isFreeTrial == 'no')
- @if (!empty($businessContact->phone)) +{{ $businessContact->country_id }}-{{ $businessContact->phone }} @endif @if (!empty($businessContact->tag)) - {{ ucfirst($businessContact->tag) }} @endif @endforeach @endif
@else
@foreach ($businessUser->businessContactNumber as $businessContact)
@if ($businessUser->businessAddress->count() > 0)
-
@php $otherAddressDisplayed = false; @endphp
@foreach ($businessUser->businessAddress as $businessAdd)
@php
$address = $businessAdd->full_address;
$isHeadquarter = $businessAdd->is_headquarter;
@endphp
@if ($address)
@if ($isHeadquarter == 'yes')
- {{ $address }} @else @if (!$otherAddressDisplayed) @php $otherAddressDisplayed = true; @endphp
-
- {{ $address }} @else
- {{ $address }} @endif @endif @endif @endforeach
{{ !empty($businessUser->year_founded) ? $businessUser->year_founded : '-' }}
@if ($businessUser->businessOwnershipGroup->count() > 0)
@foreach ($businessUser->businessOwnershipGroup as $ownershipGroup)
@endforeach
{{ implode(', ', $ownershipGroupNames) }}
@else
No ownership group found
@endif
@if ($businessUser->businessIndustryCategory->count() > 0)
{{ $businessUser->businessIndustryCategory[0]->industrySubCategory->parentCategory->name }}
@else
No industry found
@endif
@if ($businessUser->businessTypes->count() > 0)
{{ $businessUser->businessTypes[0]->masterType->name }}
@else
No business type found
@endif
@if ($businessUser->businessRevenueRange->count() > 0)
{{ $businessUser->businessRevenueRange[0]->revenueRange
? $businessUser->businessRevenueRange[0]->revenueRange->name
: '-' }}
@else
No revenue range found
@endif
@if ($businessUser->businessModel->count() > 0)
@foreach ($businessUser->businessModel as $businessModels)
@endforeach
{{ implode(', ', $businessModelNames) }}
@else
No business model found
@endif
@if ($businessUser->businessProductServiceType->count() > 0)
{{ $businessUser->businessProductServiceType[0]->productservicetypemaster->name }}
@else
No business model found
@endif
@if ($businessUser->businessPainPoint->count() > 0)
@foreach ($businessUser->businessPainPoint as $businessPainPoints)
@endforeach
@if (request('subscription_table_can_access_need') !== null && request('subscription_table_can_access_need') === '0' && $isFreeTrial == 'no')
@else
{{ implode(', ', $businessPainPointNames) }}
@endif
@else
No business challenges and pain points found
@endif
@else
{{ implode(', ', $businessPainPointNames) }}
@endif
@else
No business challenges and pain points found
@endif
@if (!empty($urgentPainPoints))
@if (request('subscription_table_can_access_need') !== null && request('subscription_table_can_access_need') === '0' && $isFreeTrial == 'no')
@else
@foreach ($urgentPainPoints as $index => $urgentPainPoint)
{{ $urgentPainPoint->name }}
@if ($index < count($urgentPainPoints) - 1)
,
@endif
@endforeach
@endif
@else
No pain points found
@endif
@else
@foreach ($urgentPainPoints as $index => $urgentPainPoint)
{{ $urgentPainPoint->name }}
@if ($index < count($urgentPainPoints) - 1)
,
@endif
@endforeach
@endif
@else
No pain points found
@endif
@if ($businessUser->businessPurchasePainPointPeriod->count() > 0)
{{ $businessUser->businessPurchasePainPointPeriod[0]->purchasePainPointPeriod->name }}
@else
No Business Purchase Pain Point Period Found
@endif
@if ($businessUser->businessProductServicePurchaseBudget->count() > 0)
{{ $businessUser->businessProductServicePurchaseBudget[0]->productServicePurchaseBudget->name }}
@else
No Business Product Service Purchase Budget Found
@endif