@if($row->category) @php $t = $row->category->translateOrOrigin(app()->getLocale()); @endphp
  • {{__("Primary industry")}}: {{ $t->name }}
  • @endif @if($row->companyTerm) @foreach ($attributes as $attribute) @php $attribute_trans = $attribute->translateOrOrigin(app()->getLocale()); @endphp @if(isset($attribute->company_term))
  • {{ $attribute_trans->name }}:
    @foreach($attribute->company_term as $term) {{ $term }}
    @endforeach
  • @endif @endforeach @endif @if(!empty($row->founded_in))
  • {{__("Founded in")}}: {{ \Carbon\Carbon::parse($row->founded_in)->year }}
  • @endif @if(!empty($row->phone))
  • {{__("Phone")}}: {{ $row->phone }}
  • @endif @if(!empty($row->email))
  • {{__("Email")}}: {{ $row->email }}
  • @endif @if($row->location) @php $location = $row->location->translateOrOrigin(app()->getLocale()) @endphp
  • {{__("Location")}}: {{ $location->name }}
  • @endif @php $Social_media = !empty($row->social_media) ? $row->social_media : []; @endphp @if(isset($Social_media['facebook']) || isset($Social_media['instagram']) || isset($Social_media['twitter']) || isset($Social_media['linkedin']))
  • {{__("Social media")}}:
    @if(!empty($Social_media['skype'])) @endif @if(!empty($Social_media['facebook'])) @endif @if(!empty($Social_media['twitter'])) @endif @if(!empty($Social_media['instagram'])) @endif @if(!empty($Social_media['linkedin'])) @endif @if(!empty($Social_media['google'])) @endif
  • @endif
@if(!empty($row->website))
{{ $row->website }}
@endif
@if(!empty($row->map_lat) && !empty($row->map_lng))

{{__("Company Location")}}

@endif