@extends('layout.default') @section('title') {{ __('staff.mass-pm') }} - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__mass-pm--index') @section('main')

{{ __('staff.mass-pm') }}

@csrf

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

@endsection