@if (isset($errorMessage) && $errorMessage)
Error: {{ $errorMessage }}
@else
{{ @$company->name }}
{{ @$company->address }}
Reporting
{{-- {{'Funding Organization: '.$filFundingOrgName}}
--}} Reporting Month: {{ $reportingMonth }}
@endif
@if (!isset($errorMessage) || !$errorMessage)
@foreach($orderedFinalParticulars as $particular) @if($particular['isHeader']) @if ($particular['show'] == 1) @endif @else @endif @endforeach
Particulars Targets for FY Achievements so far in the financial year Achievement Percentage (%)
1 2 3 4 = (3/2)
{{ $particular['title'] }}
{{ $particular['title'] }} {{ number_format(round($particular['targetValue'])) }} {{ number_format(round($particular['achievementValue'])) }} {{ number_format($particular['achievementPercentage'], 2) }}%
@endif