@extends('layout.default') @section('title') Add Forums - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__forums-admin--create') @section('main')

Add a new Forum

@csrf

Permissions

@foreach ($groups as $group) @endforeach
Groups Read topics Start new topic Reply to topics
{{ $group->name }}

@endsection