@extends('layouts.base') @section('title', $category['label'] . ': ' . $info->title) @section('content')

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

@if ($info->pinned) ピン留め @endif {{ $info->created_at->format('Y年n月j日') }}

@parsedown($info->content)
@endsection