@if($speaker->country)
Country
{{ $speaker->country }}
@endif
@if($speaker->organization)
Organization
{{ $speaker->organization }}
@endif
@if($speaker->edition_attended)
Edition Attended
{{ $speaker->edition_attended }}
@endif
@if($speaker->topic_area)
Topic Area
{{ $speaker->topic_area }}
@endif
@if($speaker->socials)
@php $hasSocials = collect($speaker->socials)->filter()->isNotEmpty() @endphp
@if($hasSocials)
@endif
@endif