@extends('index') @section('main')
Powrót

{{ $entry->name }}

@if($entry->hasImage()) @php($img = $entry->getImage())
{{ $img->data->name }}
@endif
{!! $entry->body !!} @include('cms::shared.gallery', ['gallery' => $entry->i18n()->gallery]) @include('cms::shared.files', ['files' => $entry->i18n()->files])
@endsection