extend('admin/_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('content') ?> 'post', 'class' => 'flex flex-col max-w-md mb-8', ]) ?> 'handle', 'name' => 'handle', 'class' => 'form-input mb-4', 'type' => 'text', ], old('handle', ''), ) ?> 'primary'], ['type' => 'submit', 'class' => 'self-end'], ) ?> 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() ?>