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

{{trans('menu.posts')}}

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