@if ($section->cover_image)
{{ $section->title ?? 'no_title' }} @else
@endif
@if (isset($section->title) && $section->title !== 'no_title')

{{ $section->title }}

@endif
{{ __('Organization') }}

{{ $section->organization }}

{{ __('Industry') }}

{{ $section->industry }}

{{ __('Solution') }}

{{ $section->solution }}

{{ __('Products') }}

{{ $section->products }}

@if (isset($section->location) && $section->location !== 'no_location')
{{ __('Location') }}

{{ $section->location }}

@endif @if (isset($section->website) && $section->website !== 'no_website')
{{ __('Website') }}

{{ $section->website }}

@endif