'filament::components.page','data' => ['class' => \Illuminate\Support\Arr::toCssClasses([ 'filament-resources-list-records-page', 'filament-resources-' . str_replace('/', '-', $this->getResource()::getSlug()), ]) ]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('filament::page'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes(['class' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute( \Illuminate\Support\Arr::toCssClasses([ 'filament-resources-list-records-page', 'filament-resources-' . str_replace('/', '-', $this->getResource()::getSlug()), ]) )]); ?> table); ?> renderComponent(); ?>