@extends('layouts.admin') @section('title', 'Dashboard') @section('styles') @endsection @section('content')
Welcome back, {{ auth()->user()->name }}
| Thread | Board | Author | Created |
|---|---|---|---|
|
{{ Str::limit($thread->title, 40) }}
{{ $thread->view_count }} views • {{ $thread->postCount() }} replies
|
{{ $thread->board->name }} |
|
{{ $thread->created_at->diffForHumans() }} |
| Board | Category | Threads | Posts |
|---|---|---|---|
| {{ $board->name }} | {{ $board->category->name }} | {{ $board->threadCount() }} | {{ $board->postCount() }} |
| Avatar | Name | Steam ID | Joined |
|---|---|---|---|
|
|
{{ $user->name }} | {{ $user->steamid }} | {{ $user->created_at->diffForHumans() }} |