@extends('frontend.layouts.template-journal') @section('content')
{{ $article->subject }}
{!! $article->detail !!}
No.
{{ $category->name }}
{{ $category->description }}
{{ date('d-m-Y', strtotime( $category->created_at ) ) }}
@endsection @section('javascript') @endsection