Company Overview
Below is a summary of what we know about you and your business.
@php
$company_bio = $websiteContent->companies[0]->solution_offering;
$product_services = $websiteContent->companies[0]->products_services;
$target_audience = $websiteContent->companies[0]->target_audience;
@endphp
@if(empty(trim($company_bio)) && !$isLoaderVisible)
@endif
@if(empty(trim($product_services)) && !$isLoaderVisible)
@endif
@if(empty(trim($target_audience)) && !$isLoaderVisible)
@endif
@cannot('disable-website-scrapping')
@endcannot
Company Overview
@cannot('Restrict to edit company profile')
Edit
@endcannot
{{-- --}}
Click "Generate With Website" or click "edit" to manually enter your company bio.
{!! Str::markdown(trim($company_bio)) !!}
}})
Loading...
Products and/or Services
@cannot('Restrict to edit company profile')
Edit
@endcannot
Click "Generate With Website" or click "edit" to manually enter your products and/or services.
{!! Str::markdown(trim($product_services)) !!}
}})
Loading...
Ideal Customer Profile
@cannot('Restrict to edit company profile')
Edit
@endcannot
Click "Generate With Website" or click "edit" to manually enter your target audiance.
{!! Str::markdown(trim($target_audience)) !!}
}})
Loading...