{{----------------------------------------------------- ** Page.Legal -----------------------------------------------------}} @extends('layouts.' . $theme, [ 'model' => $model, 'name' => 'page-legal', 'current' => '' ]) @section('header') Mentions légales @endsection @section('contents') {!! html_entity_decode($content->mentions) !!} @endsection