@extends('layouts.main') @section('content')
@if($image = get_field('image')) @include('partials.picture', [ 'post' => $image['id'], 'sizes' => '(min-width: 768px) 66vw, 100vw' ]) @endif Back to all publications

{{ html_entity_decode(get_the_title()); }}

@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() ])
@include('partials.single-modules') @endsection