@extends('layout.default') @section('title') Articles - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('page', 'page__article--edit') @section('main')

{{ __('common.edit') }} {{ __('common.article') }}: {{ $article->title }}

@csrf

@livewire('bbcode-input', ['name' => 'content', 'label' => __('content'), 'required' => true, 'content' => $article->content ])

@endsection