{{ __('general.total_samples') }}
{{number_format($totalSample,0)}}
@if($growthSample>=0)
{{$growthSample}}%
@else{{$growthSample}}%
@endif{{__($displaySample)}}
{{ __('general.total_income') }}
$ {{number_format($totalIncome,2)}}
@if($growthIncome>=0)
{{$growthIncome}}%
@else{{$growthIncome}}%
@endif{{__($displayIncome)}}
{{ __('general.total_patient') }}
{{number_format($totalPatient,0)}}
@if($growthPatient>=0)
{{$growthPatient}}%
@else{{$growthPatient}}%
@endif{{__($displayPatient)}}
{{ __('general.total_rejected_sample') }}
{{number_format($totalRejectedSample,0)}}
@if($growthRejectedSample>=0)
{{$growthRejectedSample}}%
@else{{$growthRejectedSample}}%
@endif{{($displayRejectedSample)}}