@extends('layout.with-main') @section('title') {{ __('common.edit') }} forums - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__staff-forum-category--edit') @section('main')

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

@csrf @method('PATCH')

@endsection