{{$lbc->name}} |
{{$sheets->where('lbc_id',$lbc->id)->where('season_id',$season->id)->count()}} |
{{number_format(App\Model\internal_waybill::where('lbc_id',$lbc->id)->where('port_id',$uport_id)->where('season_id',$season->id)->whereNotNull('summary_sheet_id')->where('summary_sheet_status',3)->sum('actual_tonnage'),4)}} |
{{number_format(App\Model\internal_waybill::where('lbc_id',$lbc->id)->where('port_id',$uport_id)->where('season_id',$season->id)->whereNotNull('summary_sheet_id')->where('summary_sheet_status',3)->sum('purity_no_of_bags_ok'))}} |
{{$sheets->whereNotNull('toc_audit_toc_certifier_id')->where('lbc_id',$lbc->id)->where('season_id',$season->id)->count()}} |
{{number_format(App\Model\internal_waybill::where('lbc_id',$lbc->id)->whereNotNull('audit_toc_authorizer_id')->where('port_id', $uport_id)->where('season_id', $season->id)->whereNotNull('summary_sheet_id')->where('summary_sheet_status',3)->sum('audited_actual_tonnage'),4)}} |
{{number_format(App\Model\internal_waybill::where('lbc_id',$lbc->id)->whereNotNull('audit_toc_authorizer_id')->where('port_id', $uport_id)->where('season_id', $season->id)->whereNotNull('summary_sheet_id')->where('summary_sheet_status',3)->sum('audited_no_bags'))}} |
{{$season->name}} |
@endif
@endforeach
@endforeach
@endforeach
@foreach ($seasons as $season)