@extends('design_1.panel.layouts.panel') @push('styles_top') @endpush @section('content') {{-- Top Stats --}} @include('design_1.panel.forum.topics.top_stats') @if(!empty($topics) and !$topics->isEmpty())

{{ trans('update.my_topics') }}

{{-- Filters --}} @include('design_1.panel.forum.topics.filters') {{-- List Table --}}
@foreach($topics as $topicRow) @include('design_1.panel.forum.topics.table_items', ['topic' => $topicRow]) @endforeach
{{ trans('public.title') }} {{ trans('update.forum') }} {{ trans('site.posts') }} {{ trans('public.status') }} {{ trans('public.publish_date') }}
{{-- Pagination --}}
@else @include('design_1.panel.includes.no-result',[ 'file_name' => 'forum_posts.svg', 'title' => trans('update.panel_topics_no_result'), 'hint' => nl2br(trans('update.panel_topics_no_result_hint')), 'btn' => ['url' => '/forums','text' => trans('update.forums')] ]) @endif @endsection @push('scripts_bottom') @endpush