@section('title', 'Awards Statistics') @push('scripts') @endpush
{{-- programs By awards Count --}}
Programs By No. Of Awards
@forelse ($programsByAwardsCount as $program) @continue($program['percentage'] == 0)

{{$program['name']}}

{{$program['percentage']}}%
@empty @endforelse
{{-- programs By awards Count End--}} {{-- Types graph start --}}
{{-- Awards By Amount --}}
{{__('Awards By Amount')}}
Top 5 Awards By Amount
{{-- End Awards By Amount --}} {{-- Candidates By Amount --}}
{{__('Candidates By Amount')}}
Top 5 Candidates By Amount
{{-- End Candidates By Amount --}}
{{-- Awards count by payment status --}}
Awards By Payment Status
{{-- End Awards count by payment status --}} {{-- end expired contracts --}}
Candidates By Status
{{-- Upcomming Awards By Start Date --}}
{{__('Upcomming Awards By Start Date')}}
{{-- End Upcomming Awards By Start Date --}}