{{$ss->port['name']}} |
{{$lbc->name}} |
{{$sheets->where('lbc_id',$lbc->id)->count()}} |
{{App\Model\internal_waybill::where('lbc_id',$lbc->id)->where('port_id',$port->id)->where('summary_sheet_status',3)->sum('actual_tonnage')}} |
{{App\Model\internal_waybill::where('lbc_id',$lbc->id)->where('port_id',$port->id)->where('summary_sheet_status',3)->sum('purity_no_of_bags_ok')}} |
{{$sheets->whereNotNull('toc_audit_toc_certifier_id')->where('lbc_id',$lbc->id)->count()}} |
{{App\Model\internal_waybill::where('lbc_id',$lbc->id)->whereNotNull('audit_toc_authorizer_id')->where('port_id', $port->id)->where('summary_sheet_status',3)->sum('audited_actual_tonnage')}} |
{{App\Model\internal_waybill::where('lbc_id',$lbc->id)->whereNotNull('audit_toc_authorizer_id')->where('port_id', $port->id)->where('summary_sheet_status',3)->sum('audited_no_bags')}} |
@endif
@endforeach
@endforeach
@endforeach