@extends('layouts.frontend') @section('content') @include('home._header') {{ $article->title }} {!! $article->content !!} @include('home._footer') @endsection