@extends('layouts.public') @section('title') {{trans('seo.title.news.item', ['title' => $post->title])}} @endsection @section('description') @endsection @section('content') Novosti Informacije o festivalu @foreach($post->images as $image) @endforeach {{$post->title}} {{$post->date}} {{$post->summary}} {!!$post->content!!} @foreach($post->documents as $document) {{$document->name}} @endforeach @foreach($posts as $post) {{$post->title}} {{$post->date}} {{$post->summary}} @endforeach @endsection @section('styles') @endsection @section('scripts') @endsection
Informacije o festivalu
{{$post->date}}
{{$post->summary}}
{!!$post->content!!}