@extends('frontend.layouts.template-journal') @section('content')
{!! $article->description !!}
{{ $article->subject }}
{!! $article->detail !!}
@endsection