@extends('layout') @section('content')

{{$row->judul}}

{{$row->nama_kategori}}

Diposting Oleh {{$row->penulis}} pada {{ date('M, d Y', strtotime($row->created_at))}}
{!! $row->isi !!}
@endsection