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