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
Company Overview
@cannot('Restrict to edit company profile') Edit @endcannot {{-- --}}
@if(empty(trim($company_bio)) && !$isLoaderVisible)
Click "Generate With Website" or click "edit" to manually enter your company bio.
@endif
{!! Str::markdown(trim($company_bio)) !!}
loader
Loading...
Products and/or Services
@cannot('Restrict to edit company profile') Edit @endcannot
@if(empty(trim($product_services)) && !$isLoaderVisible)
Click "Generate With Website" or click "edit" to manually enter your products and/or services.
@endif
{!! Str::markdown(trim($product_services)) !!}
loader
Loading...
Ideal Customer Profile
@cannot('Restrict to edit company profile') Edit @endcannot
@if(empty(trim($target_audience)) && !$isLoaderVisible)
Click "Generate With Website" or click "edit" to manually enter your target audiance.
@endif
{!! Str::markdown(trim($target_audience)) !!}
loader
Loading...
@cannot('disable-website-scrapping') @endcannot
@vite('resources/js/app.js') {{-- --}}