@foreach ($project->getTableColumns() as $column)
@if ($column === 'image_path')
@elseif ($column === 'created_at' || $column === 'updated_at' || $column ===
'id' || $column === 'category')
@elseif ($column === 'status')
@elseif ($column === 'show_home_page')
@elseif ($column === 'description')
@elseif ($column === 'url')
@php
$formattedLabel = ucfirst(str_replace([' ', '_', '!', '@', '#', '$',
'%', '^', '&', '*', '(', ')'], '-', $column));
@endphp
Please use only lowercase letters, hyphens, and no special
characters or numbers.
@elseif ($column === 'project_status')
@else
@endif
@endforeach