Session Details

@foreach($data as $key => $value) @endforeach
Sl.No Site Fullname Lot No Barcode Meter Id Service Type Owner Name Address Account Code Email Prevoius Unit Current Unit Bill Rate
{{ $key+1 }} {{ $value['site']['fullname'] }} {{ $value['lot']['lot_no'] }} {{ $value['barcode']['barcode'] }} {{ $value['barcode']['meter_id'] }} {{ $value['service_type']['service_name'] }} {{ $value['lot']['lot_owner']['name'] }} {{ $value['lot']['lot_owner']['address'] }} {{ $value['lot']['lot_owner']['account_code'] }} {{ $value['lot']['lot_owner']['email'] }} {{ $value['previous_unit'] }} {{ $value['current_unit'] }} {{ $value['bill_rate'] }}