@extends('layouts.app') @section('title', $article->titre) @section('content')
{!! $article->contenu !!}