@section('title', 'Contracts') @push('scripts') @if(!isset($project)) {{-- --}} @endif @endpush
{{-- Companies By Projects --}}
Companies By No. Of Contracts
@forelse ($companiesByProjects as $compByProject) @continue($compByProject['percentage'] == 0)

{{$compByProject['name']}}

{{$compByProject['percentage']}}%
@empty @endforelse
{{-- Companies By Projects End--}} {{-- Types graph start --}}
{{__('Contracts by type')}}
{{__('Contracts Value by type')}}
{{-- Contracts By Amount --}}
{{__('Contract Payment Distribution')}}
{{__('Percentage of Payment Completion Across Contracts')}}
{{-- Contracts Ending by Year --}}
{{__('Contracts Ending by Year')}}
{{__('Overview of yearly contract expirations')}}
{{-- Contracts Amount By year --}}
{{__('Contracts Amount By Year')}}
Contracts Amount By Year
{{-- Contract Change Requests by type --}}
{{__('Contract Change Requests By Status')}}
{{__('Overview of contract change requests')}}
{{-- select year filter --}}
@php $years = []; foreach ($contractChangeRequestsByStatus as $key => $value) { if(!empty($value)) array_push($years, array_keys($value)); } $years = array_unique(array_merge(...$years)); @endphp
{{-- Contract Phases By year --}}
{{--
{{__('Contracts Phases By Year')}}
Contracts Phases By Year --}}
{{__('Annual Distribution of Contract Phases')}}
Tracking the progression of contract payment phases over the years
{{-- Contract Phases Amount By year --}}
{{__('Contracts Phases Amount By Year')}}
Contracts Phases Amount By Year
{{-- Contracts By Amount --}}
{{__('Conracts By Amount')}}
Top 5 Contracts By Amount
{{-- End Contract By Amount --}} {{-- Contracts By Cycle --}}
{{__('Conracts By Cycle Time')}}
{{-- End Contracts By Cycle --}} {{-- Contracts By Expiry Time --}}
{{__('Conracts By Expiry Time')}}
{{-- End Contracts By Expiry Time --}}
Contracts Expiring Soon
{{-- expired contracts --}}
Expired Contracts
{{-- end expired contracts --}}
Contracts By Status
Contracts By Distribution
{{-- contracts with and without phases --}}
Contracts With And Without Phases
{{-- End contracts with and without phases --}} {{-- phases with and without due date --}}
Phases With And Without Due Date
{{-- End phases with and without due date --}}