@props([ 'model', 'value' => '', 'placeholder' => '', 'minHeight' => '140px', 'mentionsModel' => null, ]) @php $targetMentionsModel = $mentionsModel ?? $attributes->get('mentions-model') ?? $attributes->get('mentions_model'); if (is_null($targetMentionsModel) && in_array($model, ['comment', 'newComment'], true)) { $targetMentionsModel = 'mentions'; } @endphp