{{-----------------------------------------------------
** Numero.Post
-----------------------------------------------------}}
@extends('layouts.' . $theme, [
'model' => $model,
'name' => 'paper-page',
'current' => 'issue'
])
@section('header')
{!! html_entity_decode($content->paper->first_paper_abstract) !!}
Aucun mot-clé n'a été défini.
{!! Str::words(strip_tags(html_entity_decode($content->paper->first_nextPaper_abstract)), 80) !!}
Aucune autre publication à afficher.
{{ html_entity_decode($content->paper->title) }}
@if($content->paper->subtitle && ($content->paper->subtitle != 'Sous titre par défaut'))
{{ html_entity_decode($content->paper->subtitle) }}
@endif
{{ implode(', ', array_column($content->paper->usersAsAuthors->toArray(), 'full_name')) }}
Résumé
Mots-clés
Continuer la lecture avec l'article suivant du numéro
{{ html_entity_decode($content->paper->next_paper->title) }}
{{ implode(', ', array_column($content->paper->next_paper->usersAsAuthors->toArray(), 'full_name')) }}
Du même auteur
Tous les articles
Citer cet article
{!! QuoteFormat::format_quote($content->paper->toArray()) !!}