@extends('layouts.site') @section('title', $post->title.' — Kolay Abonelik') @section('content')

{{ $post->title }}

{{ $post->published_at?->format('d.m.Y') }}

{!! nl2br(e($post->content)) !!}
@endsection