{{-- Breadcrumbs Navigation --}}
1
View Info
2
Dataset
3
Columns
4
Visualization
5
Save

Step {{ $currentStep }}: {{ $this->getStepTitle($currentStep) }}

@if($currentStep === 1)
@elseif($currentStep === 2)
@elseif($currentStep === 3)
@elseif($currentStep === 4)
@elseif($currentStep === 5)

Review Your Custom View

View Name: {{ $viewName ?: 'Not specified' }}
Description: {{ $description ?: 'No description provided' }}
Dataset: {{ ucfirst($selectedDataset) ?: 'Not selected' }}
Columns: {{ implode(', ', $selectedColumns) ?: 'None selected' }}
Visualization: {{ ucfirst($visualizationType) ?: 'Not selected' }}
@endif
@if($currentStep < 5) @endif