extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('content') ?>
lang('Fediverse.list.actor'), 'cell' => function ($blockedActor) { return esc($blockedActor->username); }, ], [ 'header' => lang('Common.actions'), 'cell' => function ($blockedActor) { return '
' . '' . csrf_field() . '' . '
'; }, ], ], $blockedActors, 'mt-8' ) ?> endSection() ?>