@foreach($header AS $k => $v) @if($k == 0) @else @endif @endforeach @foreach($details AS $row) @foreach($row AS $k => $v) @if($k == 0) @else @endif @endforeach @endforeach @foreach($footer AS $k => $f) @if($k == 0) @else @endif @endforeach
{{ ucwords(str_replace("_", " ", $v)) }}{{ ucwords(str_replace("_", " ", $v)) }}
@if(is_float($v)) {{ number_format($v,2,".",",") }} @else {{ $v }} @endif @if(is_float($v)) {{ number_format($v,2,".",",") }} @else {{ $v }} @endif
@if(is_float($f)) {{ number_format($f,2,".",",") }} @else {{ $f }} @endif @if(is_float($f)) {{ number_format($f,2,".",",") }} @else {{ number_format($f) }} @endif