@if ($isFirstRowForClass)
|
{{ $row->classe }} |
@endif
{{
$row->ins_mode }} |
{{-- {{ number_format($row->ca_11, 0, ',', ' ') }} | --}}
{{
number_format($row->recette_11, 0, ',', ' ') }} |
{{
number_format($row->prevision_11, 0, ',', ' ') }} |
{{ number_format($totalMode11, 0,
',', ' ') }} |
@if ($loop->first || $isFirstRowForClass)
{{ number_format($classTotalCA11, 0, ',', ' ') }}
|
@endif
{{-- {{ number_format($row->ca_12, 0, ',', ' ') }} | --}}
{{
number_format($row->recette_12, 0, ',', ' ') }} |
{{
number_format($row->prevision_12, 0, ',', ' ') }} |
{{ number_format($totalMode12, 0,
',', ' ') }} |
@if ($loop->first || $isFirstRowForClass)
{{ number_format($classTotalCA12, 0, ',', ' ') }}
|
@endif
@if ($loop->first || $isFirstRowForClass)
@if ($classTotalCA11 == 0)
__
@else
{{
number_format(($classTotalCA12-$classTotalCA11)*(100/$classTotalCA11),
2, ',', ' ') }}
%
@endif
|
@endif
@endforeach