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

@
section('title'$topic->title)

@
section('description'$description)

@
section('content')
    <
h1>{{ $topic->title }}</h1>

    @foreach (
$posts as $key => $data)
        {{ 
$key }}. <b>{{ $data->user->getName() }}</b> ({{ dateFixed($data->created_at) }})<br>
        {{ 
bbCode($data->text) }}
        <
br><br>
    @endforeach

    
URL: <a href="{{ config('app.url') }}/topics/{{ $topic->id }}">{{ config('app.url') }}/topics/{{ $topic->id }}</a>
@
stop
?>
Онлайн: 1
Реклама