@extends('index') @section('main')

{{ __('blog::main.home') }}

Powrót do wszystkich wpisów
{{ $entry->date->formatLocalized('%e %B %Y, %H:%M') }}

{{ $entry->name }}

@if ($entry->tags->isNotEmpty()) @endif
@if ($entry->hasImage())
@foreach ($entry->categories as $c)
{{ $c->name }}
@endforeach {{ $entry->name }}
@endif
{!! $entry->body !!}
@include('cms::shared.gallery', ['gallery' => $entry->i18n()->gallery]) @include('cms::shared.files', ['files' => $entry->i18n()->files])
@include('blog::shared.sidebar')
@endsection