| # | Names | ID Number | Location | Season | Kgs | Cost(KES)/Kg | Amount |
|---|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{$key->full_name}} | {{ $key->idno }} | {{ $key->location }} | {{ $key->season }} | {{ number_format( $key->weight,2) }} | {{ number_format($key->price,2) }} | {{ number_format(((float)$key->total),2) }} |