@extends('layouts.app') @section('title', $board->name . ' | Forum') @section('content')
{{ $board->description }}
{{-- Show access requirements for transparency --}} @if(!$board->is_public || !$board->category->is_public)This is a restricted area. @auth You have been granted access based on your roles and permissions. @else Please log in to participate. @endauth