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