@extends('layout.default') @section('title') Forums - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__forums-admin--index') @section('main') @foreach ($categories as $category)

{{ $category->name }}

@csrf @method('DELETE')
@foreach ($category->forums as $forum) @endforeach
{{ __('common.position') }} {{ __('common.name') }} {{ __('common.action') }}
{{ $forum->position }} {{ $forum->name }}
  • {{ __('common.edit') }}
  • @csrf @method('DELETE')
  • @endforeach @endsection @section('sidebar')

    {{ __('common.actions') }}

    Create new category

    Create new forum

    @endsection