@extends('layouts.master') @section('mainContent')
{{--

Vendor Insights

{{ $totalVendorCount }}
Total Vendors
img

Vendor Performance Level

{{ $totalVendorCount }}
Total Vendors
img

Vendor Performance Summary

Vendor Evaluation

Contract Insights

{{ $totalContractCount }}
Total Contracts
img

Contract Type Insights

{{ $totalContractCount }}
Total Contracts
img
--}}

Top 4 Vendor Performance

Contract Status

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

Vendor 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