@extends('layouts.public') @section('title') {{trans('seo.title.news.item', ['title' => $post->title])}} @endsection @section('description') @endsection @section('content')

Novosti

Informacije o festivalu

{{$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