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

{{ __('common.add') }} {{ __('common.article') }}

@csrf

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

@endsection