No specific template is configured for this report type. Please ensure the report data structure is valid.
@php $data = $data ?? []; @endphp @if(is_array($data) && count($data) > 0)| " . ucfirst(str_replace('_', ' ', $key)) . " | "; } } @endphp
|---|
| @if(is_numeric($value)) {{ number_format($value, 2) }} @else {{ $value ?? '-' }} @endif | @endforeach