@include('layout.header')
@include('layout.navbar') @include('layout.breadscrum')
@include('layout.sidebar')
{{ __('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)}}

{{ __('general.monthly_sample_trend') }}
{{ __('general.monthly_income_trend') }}
{{ __('general.sample_source_distribution') }}
{{ __('general.panel_distribution') }}
@include('layout.footer')
@include('layout.common_script') {{-- --}}