@extends('layouts.master')
@section('mainContent')
{{--
Vendor Insights
{{ $totalVendorCount }}
Total Vendors
Vendor Performance Level
{{ $totalVendorCount }}
Total Vendors
Vendor Performance Summary
Contract Insights
{{ $totalContractCount }}
Total Contracts
Contract Type Insights
{{ $totalContractCount }}
Total Contracts
--}}
Contract
{{ $totalContractCount }}
-
Active
{{ isset($contractStatusCounts['active']) ? $contractStatusCounts['active'] : 0 }}
-
In Active
{{ isset($contractStatusCounts['inactive']) ? $contractStatusCounts['inactive'] : 0 }}
-
Others
{{ isset($contractStatusCounts['others']) ? $contractStatusCounts['others'] : 0 }}
Contract Type & Status Insights
Vendors
{{ $totalVendorCount }}
-
Active
{{ isset($vendorStatusCounts['active']) ? $vendorStatusCounts['active'] : 0 }}
-
In Active
{{ isset($vendorStatusCounts['inactive']) ? $vendorStatusCounts['inactive'] : 0 }}
-
Blacklisted
{{ isset($vendorStatusCounts['blacklisted']) ? $vendorStatusCounts['blacklisted'] : 0 }}
Vendor Type & Status Insights
Contract Expiry
Vendor Name |
Contract Type |
Expiry date |
@endsection
@section('customScript')
@endsection