@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) @endforeach @foreach ($getRows() as $row) @foreach ($getAllColumns() as $column) @endforeach @endforeach
{{ $column->getLabel() }}
{{ $row[$column->getName()] }}
@foreach ($getFooterActions() as $action) {{ $action }} @endforeach