@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')

@endsection