Deals Report
All Deals
{{ $records->total() }} total# |
Crop |
Farmer |
Vendor |
Offered Price |
Qty |
Status |
Date |
|---|---|---|---|---|---|---|---|
| {{ ($records->firstItem() ?? 1) + $index }} | {{ $record->farmerCrop->crop->crop_name ?? 'N/A' }} | {{ $record->farmer->name ?? 'N/A' }} | {{ $record->vendor->vendor_name ?? 'N/A' }} | ₹{{ number_format($record->offered_price, 2) }} | {{ $record->quantity }} | @php $st = strtolower($record->status ?? 'pending'); @endphp {{ ucfirst($record->status ?? 'pending') }} | {{ $record->created_at->format('d M Y') }} |
|
No deals found |
|||||||
Showing {{ $records->firstItem() ?? 0 }} – {{ $records->lastItem() ?? 0 }} of {{ $records->total() }} entries
{{ $records->appends(request()->query())->links('pagination::bootstrap-4') }}