@extends('layouts.frontend') @section('content')
{{ $post->category }}

{{ $post->title }}

By Yan Syafri Hidayat on {{ $post->schedule }}

{!! $content !!}
back to Home
@endsection