Master Rate Card
{{-- Toolbar --}}
Master Rate Cards
# |
APMC |
Crop |
Rate Range (₹) |
Unit |
Effective Date |
Status |
Actions |
|---|---|---|---|---|---|---|---|
| {{ ($masterRateCards->firstItem() ?? 1) + $index }} | {{ $rate->apmc->apmc_name ?? '—' }} |
{{ $rate->crop->crop_name ?? '—' }} |
₹{{ number_format($rate->min_rate, 2) }} – ₹{{ number_format($rate->max_rate, 2) }} | {{ $rate->unit->short_code ?? '—' }} |
{{ \Carbon\Carbon::parse($rate->effective_from)->format('d M, Y') }}
@if($rate->effective_to)
to {{ \Carbon\Carbon::parse($rate->effective_to)->format('d M, Y') }} @endif |
@if($rate->is_active) Active @else Inactive @endif | |
|
No rate cards found |
|||||||
Showing {{ $masterRateCards->firstItem() ?? 0 }} – {{ $masterRateCards->lastItem() ?? 0 }} of {{ $masterRateCards->total() }} entries
{{ $masterRateCards->links('pagination::bootstrap-4') }}