@foreach ($emisiData as $data) @endforeach
A B C D E F H
Penduduk
(P)
Konsumsi protein per kapita
(Protein)
Fraction of nitrogen in protein
(FNPR)
Fraction of non-consumption protein
(FNON-CON)
Fraction of industrial and commercial co-discharged protein
(FIND-COM)
Nitrogen removed with sludge
(NSLUDGE)
Total nitrogen in effluent
(NEFFLUENT)
Tahun (people) (kg / person / year) (kg N / kg protein) (-) (-) (kg) (kg N / year)
H = (A x B x C x D x E) – F
{{ $isExport ? $data->population : getFormattedValue($data->population, 3) }} {{ $isExport ? $data->protein : getFormattedValue($data->protein, 2) }} {{ $isExport ? $data->ef_f_npr : getFormattedValue($data->ef_f_npr) }} {{ $isExport ? $data->ef_f_non_con : getFormattedValue($data->ef_f_non_con) }} {{ $isExport ? $data->ef_f_ind_com : getFormattedValue($data->ef_f_ind_com) }} {{ $isExport ? $data->ef_n_sludge : getFormattedValue($data->ef_n_sludge) }} {{ $isExport ? $data->n_effluent : getFormattedValue($data->n_effluent, 2) }}