Вход Регистрация
Файл: resources/views/forums/active_topics.blade.php
Строк: 25
<?php
@extends('layout')

@
section('title'__('index.forums') . ' - ' __('forums.title_active_topics', ['user' => $user->getName()]) . ' (' __('main.page_num', ['page' => $topics->currentPage()])  . ')')

@
section('header')
    <
h1>{{ __('forums.title_active_topics', ['user' => $user->getName()]) }}</h1>
@
stop

@section('breadcrumb')
    <
nav>
        <
ol class="breadcrumb">
            <
li class="breadcrumb-item"><a href="/"><class="fas fa-home"></i></a></li>
            <
li class="breadcrumb-item"><a href="/forums">{{ __('index.forums') }}</a></li>
            <
li class="breadcrumb-item active">{{ __('forums.title_active_topics', ['user' => $user->getName()]) }}</li>
        </
ol>
    </
nav>
@
stop

@section('content')

    @if (
$topics->isNotEmpty())
        @foreach (
$topics as $data)
            <
div class="section mb-3 shadow">
                <
class="fa {{ $data->getIcon() }} text-muted"></i>
                <
b><a href="/topics/{{ $data->id }}">{{ $data->title }}</a></b> ({{ $data->count_posts }})

                {{ 
$data->pagination() }}
                {{ 
__('forums.forum') }}: <a href="/forums/{{ $data->forum->id }}">{{ $data->forum->title }}</a><br>
                {{ 
__('main.author') }}: {{ $data->user->getName() }} / {{ __('forums.latest') }}.: {{ $data->lastPost->user->getName() }} ({{ dateFixed($data->lastPost->created_at) }})
            </
div>
        @endforeach
    @else
        {{ 
showError(__('forums.topics_not_created')) }}
    @endif

    {{ 
$topics->links() }}
@
stop
?>
Онлайн: 1
Реклама