@extends('web.default.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content')

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

@if($topics->count() > 0)
@foreach($topics as $topic) @endforeach
{{ trans('public.topic') }} {{ trans('update.forum') }} {{ trans('update.replies') }} {{ trans('public.publish_date') }}
{{ $topic->forum->title }} {{ $topic->posts_count }} {{ dateTimeFormat($topic->created_at, 'j M Y H:i') }}
@else @include(getTemplate() . '.includes.no-result',[ 'file_name' => 'comment.png', 'title' => trans('update.panel_topics_bookmark_no_result'), 'hint' => nl2br(trans('update.panel_topics_bookmark_no_result_hint')), ]) @endif
{{ $topics->appends(request()->input())->links('vendor.pagination.panel') }}
@endsection @push('scripts_bottom') @endpush