@extends('layouts.public') @section('title') {{trans('seo.title.posts')}} @endsection @section('content')

Vijesti

@foreach($posts->chunk(2) as $chunk) @endforeach
{{$posts->links()}}
@include('include.aside')
@endsection