extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> () endSection() ?> section('headerRight') ?> endSection() ?> section('content') ?> lang('Page.page'), 'cell' => function ($page) { return '
' . esc($page->title) . '/' . esc($page->slug) . '
'; }, ], [ 'header' => lang('Common.actions'), 'cell' => function ($page) { return '' . '' . ''; }, ], ], $pages, ) ?> endSection() ?>