@extends('web.default.panel.layouts.panel_layout')
@push('styles_top')
@endpush
@section('content')
{{ trans('update.filter_posts') }}
{{ trans('update.my_posts') }}
@foreach($posts as $post)
{{ trans('public.topic') }}
{{ trans('update.forum') }}
{{ trans('update.replies') }}
{{ trans('public.publish_date') }}
@endforeach
{{ $post->topic->forum->title }}
{{ $post->replies_count }}
{{ dateTimeFormat($post->created_at, 'j M Y H:i') }}