@extends('layouts.base') @section('content')

{{ $category['label'] }} {{ $info->title }}

{{ $info->created_at->format('Y年n月j日') }}

{!! $compiledContent !!}
@endsection