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