| {{ $indicator['name'] ?? '' }} |
{{ $indicator['type'] ? __('general.' . $indicator['type']) : '' }} |
{{ $indicator['percent'] ?? 0 }} |
{{ $indicator['frequency'] ? __('general.' . $indicator['frequency']) : '' }} |
{{ $indicator['currency'] ?? '' }} |
@foreach($indicator['indicator_logs'] ?? [] as $log)
{{ $log['estimation'] ?? '' }} |
@endforeach
@endforeach
@endif
@endforeach