@extends('layout.default') @section('breadcrumbs') @endsection @section('page', 'page__page-admin--create') @section('main')

{{ __('common.add') }} {{ trans_choice('common.a-an-art', false) }} {{ __('common.new-adj') }} {{ __('staff.page') }}

@csrf

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

@endsection