@php $isExport = $isExport ?? false; @endphp
| Populasi | Area (km²) |
PDB ($m) |
@if (!empty($gpcOutputRList))
@foreach (array_keys($gpcOutputRList[0]) as $column)
{{ str_replace('_', '.', strtoupper($column)) }} | @endforeach @endifCredits 1 | Credits 2 | Credits 3 | Credits 4 | Credits 5 | Credits 6 | GPC BASIC | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $gpcOutput->activity_year }} | {{ $isExport ? $gpcOutput->population : getFormattedValue($gpcOutput->population) }} | {{ $isExport ? $gpcOutput->area : getFormattedValue($gpcOutput->area) }} | {{ $isExport ? $gpcOutput->gdp : getFormattedValue($gpcOutput->gdp) }} | @foreach ($gpcOutputRList[$index] as $value){{ $isExport ? $value : getFormattedValue($value, 2) }} | @endforeach{{ $isExport ? $gpcOutput->credits_i : getFormattedValue($gpcOutput->credits_i) }} | {{ $isExport ? $gpcOutput->credits_ii : getFormattedValue($gpcOutput->credits_ii) }} | {{ $isExport ? $gpcOutput->credits_iii : getFormattedValue($gpcOutput->credits_iii) }} | {{ $isExport ? $gpcOutput->credits_iv : getFormattedValue($gpcOutput->credits_iv) }} | {{ $isExport ? $gpcOutput->credits_v : getFormattedValue($gpcOutput->credits_v) }} | {{ $isExport ? $gpcOutput->credits_vi : getFormattedValue($gpcOutput->credits_vi) }} | {{ $isExport ? $gpcOutput->gpc_basic : getFormattedValue($gpcOutput->gpc_basic, 2) }} |