{{----------------------------------------------------- ** Websites.Page.Presentation -----------------------------------------------------}} @extends('layouts.' . $theme, [ 'model' => $model, 'name' => 'page-presentation', 'current' => 'page-presentation' ]) @section('header') Présentation @endsection @section('contents') Éditorial @if($content->edito) {!! html_entity_decode($content->edito) !!} @else Édito en cours de préparation @endif @endsection