@php $uniqueActionId = $getUniqueActionId(); $statePath = $getStatePath(); $shouldRefresh = $shouldRefresh(); $data = $this->mountedTableBulkAction ? $this->getMountedTableBulkActionForm()->getState() : $this->getMountedTableActionForm()->getState(); $shouldPrint = is_array($data) && array_key_exists('table_view', $data) && $data['table_view'] == 'print-' . $uniqueActionId; $printContent = $shouldPrint ? $getPrintHTML() : ''; @endphp @foreach ($getAllColumns() as $column) {{ $column->getLabel() }} @endforeach @foreach ($getRows() as $row) @foreach ($getAllColumns() as $column) {{ $row[$column->getName()] }} @endforeach @endforeach @foreach ($getFooterActions() as $action) {{ $action }} @endforeach