@extends('layouts.app') @section('title', $board->name . ' - 论坛') @section('content')

{{ $board->name }}

{{ $board->description }}

@auth 发起帖子 @else 登录后发帖 @endauth
{{ $threads->links('pagination::bootstrap-5') }}
@auth

发起新帖

@csrf
@endauth
@endsection