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

{{ __('common.edit') }} {{ __('forum.forum') }}

@csrf @method('PATCH')

@foreach ($groups as $group) @endforeach
Groups Read topics Start new topic Reply to topics
{{ $group->name }} permissions->where('group_id', '=', $group->id)->first()?->read_topic) /> permissions->where('group_id', '=', $group->id)->first()?->start_topic) /> permissions->where('group_id', '=', $group->id)->first()?->reply_topic) />

@endsection