Season Collection Summary Report @if(!empty($season)) Season: {{$season_name}} @endif
  Reset!
@foreach($data as $i => $key) @endforeach
# 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) }}
{!! $data->withQueryString()->links('pagination::bootstrap-5') !!}