| Project | City | Configuration | Price Range | Status | Created | Actions |
|---|---|---|---|---|---|---|
|
{{ $project->name }}
{{ $project->builder ?? '' }}
|
{{ $project->city }} | {{ $project->configurations }} | ₹{{ number_format($project->min_price) }} – ₹{{ number_format($project->max_price) }} | {{ str_replace(['_', '-'], ' ', ucfirst($project->status)) }} | {{ $project->created_at->format('d M Y') }} | Edit @if(Auth::user()->role != 'admin') Upgrade to premium @endif |
| No projects found. | ||||||