@csrf @can('create', ['App\Models\Comment', $boardMeta]) {{-- 익명 게시판 --}} @guest
@endguest
@if($boardMeta->comment_max_length)
0 / {{ $boardMeta->comment_max_length }}
@endif
@auth @if($boardMeta->use_comment_secret == '1') @endif @endauth
@else @endcan
@push('styles') @endpush @push('scripts') @if($boardMeta->use_personal) @endif @endpush