@php $timelinePagination = $this->timelinePagination; @endphp
@include('filament.v2.partials.shell-header', [ 'pageHeading' => $this->cardexHeading, 'pageDescription' => $this->cardexDescription, ])
@include('filament.v2.cardex.partials.identity-panel', [ 'identity' => $this->cardexIdentity, ]) @include('filament.v2.cardex.partials.action-rail', [ 'actions' => $this->cardexQuickActions, ])
@include('filament.v2.cardex.partials.kpi-strip', [ 'kpis' => $this->cardexKpis, ]) @if ($this->cardexManagementPanelView) @include($this->cardexManagementPanelView) @endif @include('filament.v2.cardex.partials.filters-bar', [ 'eventTypeOptions' => $this->getEventTypeFilterOptions(), ]) @include('filament.v2.cardex.partials.timeline-table', [ 'pagination' => $timelinePagination, ])