@extends('layouts.app') @section('title', $knowledgeCenter->title) @section('content')

{{ ucfirst(str_replace('_', ' ', $knowledgeCenter->category)) }} • {{ $knowledgeCenter->created_at->format('d M Y') }}

{{ $knowledgeCenter->title }}

← Kembali
{!! nl2br(e($knowledgeCenter->content)) !!}
@endsection