@section('content')
{{ lotus()->pageHeadline($pageTitle) }}
@yield('breadcrumbs') @yield('pageMainActions')
@if(is_countable($allItems) && count($allItems)) {{ lotus()->tableHeader($tableHeader) }} @parent
@else {{ lotus()->emptyStatePanel() }} @endif {{ lotus()->pageNumbers($allItems) }} {{-- Display a page summary --}} @if (!empty($__env->yieldContent('pageSummary')))
@yield('pageSummary')
@endif
@stop