@extends('layouts.seller') @section('title', 'Buy Leads (RFQs)') @section('content')
Respond to buyer requirements and send quotes.
| RFQ Details | Quantity | Location | Date | Action |
|---|---|---|---|---|
| {{ $rfq->product_name }} {{ $rfq->description }} | {{ $rfq->quantity }} {{ $rfq->unit }} | {{ $rfq->location ?? 'India' }} | {{ $rfq->created_at->format('M d, Y') }} | |
| No RFQs found. | ||||
{{ $rfq->description }}