@extends('layout.with-main') @section('breadcrumbs') @endsection @section('page', 'page__staff-group--create') @section('main')

Add new group

@csrf

@foreach ($forumCategories as $forumCategory) @foreach ($forumCategory->forums as $forum) @if ($loop->first) @else @endif @endforeach @endforeach
Forum category Forum Read topics Start new topic Reply to topics
{{ $forum->category->name }} {{ $forum->name }}

@endsection