@extends('layouts.public') @section('title','Posts') @section('content')

Posts / News

@foreach($posts as $post)
@if($post->image)@endif

{{ $post->tr('title') }}

{{ $post->tr('excerpt') }}

Read more
@endforeach
{{ $posts->links() }}
@endsection