@extends('_layout.article_layout') @section('title') {{$article->title}} @endsection @section('header')

{{$article->title}}

@endsection @section('content')
{!!$article->content!!}
@endsection