@if($authors = get_field('authors'))
{{ $authors }}
@endif
@if($date = get_field('date'))
{{ $date }}
@endif
@if($link = get_field('abstract'))
View abstract
@endif
@include('components.share-button', [
'button_text' => 'Share on Linkedin',
'platform' => 'linkedin',
'text' => get_the_title(),
'url' => get_permalink()
])
@include('components.share-button', [
'button_text' => 'Share on Twitter',
'platform' => 'twitter',
'text' => get_the_title(),
'url' => get_permalink()
])