@extends('layouts.app') @section('content')
@if($post->image)
{{ $post->title }}
@endif @if($post->category) {{ $post->category->name }} @endif

{{ $post->title }}

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

{!! $post->content !!}
@endsection