Projects

{{-- CARD --}}
{{-- FILTER BAR --}}
{{-- SEARCH --}} {{-- FILTER --}}
{{-- TABLE --}}
@forelse($projects as $project) @empty @endforelse
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
@csrf @method('DELETE')
@if(Auth::user()->role != 'admin') Upgrade to premium @endif
No projects found.
{{-- PAGINATION --}}
{{ $projects->links() }}