@if(count($datas[\App\Classes\Constant::CATALOGUE]->descriptif) > 0)
@endif
Commentaires ({{$datas[\App\Classes\Constant::CATALOGUE]->comments->count()}})
@foreach($datas[\App\Classes\Constant::CATALOGUE]->comments as $key => $comment)
{{$comment->duration['tag'] == "year" ? "Il y a ".$comment->duration['diff']." années" :
($comment->duration['tag'] == "month" ? "Il y a ".$comment->duration['diff']." mois" :
($comment->duration['diff'] == 0 ? "Aujourd'hui" : ($comment->duration['diff'] == 1 ? "Hier" : "Il y a ".$comment->duration['diff']." jours")))}}
@endforeach