@extends('layouts.public') @section('title') {{trans('seo.title.posts')}} @endsection @section('description') @endsection @section('content')
@foreach($posts as $post) @endforeach
@endsection @section('styles') @endsection