extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('content') ?>
lang('Fediverse.list.actor'), 'cell' => function ($blockedActor) { return $blockedActor->username; }, ], [ 'header' => lang('Common.actions'), 'cell' => function ($blockedActor) { return '
' . '' . csrf_field() . button( lang('Fediverse.list.unblock'), route_to( 'fediverse-unblock-actor', $blockedActor->username, ), [ 'variant' => 'info', 'size' => 'small', ], [ 'class' => 'mr-2', 'type' => 'submit', ], ) . '
'; }, ], ], $blockedActors, ) ?> endSection() ?>