Submit and track your product requirements
Posted on {{ $requirement->created_at->format('M d, Y') }}
{{ $requirement->quotes->count() }} {{ Str::plural('quote', $requirement->quotes->count()) }}
@endif{{ Str::limit($requirement->description, 200) }}
{{ $requirement->category->name ?? 'Not specified' }}
{{ $requirement->quantity ?? 'Not specified' }} {{ $requirement->unit ?? '' }}
@if($requirement->budget_min && $requirement->budget_max) ₹{{ number_format($requirement->budget_min) }} - ₹{{ number_format($requirement->budget_max) }} @elseif($requirement->budget_max) Up to ₹{{ number_format($requirement->budget_max) }} @else Not specified @endif
₹{{ number_format($quote->quoted_price, 2) }} per {{ $quote->unit ?? 'unit' }}
... and {{ $requirement->quotes->count() - 2 }} more quotes
@endifYou haven't submitted any requirements yet. Create your first requirement to get quotes from suppliers.