extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('headerRight') ?> endSection() ?> section('content') ?> lang('Soundbite.list.soundbite'), 'cell' => function ($soundbite): string { return '
' . esc($soundbite->title) . '' . format_duration((int) $soundbite->duration) . '
'; }, ], [ 'header' => lang('Common.actions'), 'cell' => function ($soundbite): string { return '' . ''; }, ], ], $soundbites, 'mb-6', ) ?> links() ?> endSection() ?>