@extends('layouts.app') @section('title', __('Supplier Performance Report')) @section('content')

{{ __('Supplier Performance Report') }} {{ __('Delivery Performance, Quality Assessment & Risk Analysis') }}

{{ __('Filters') }}

{!! Form::label('supplier_date_filter', __('Date Range') . ':') !!} {!! Form::text('supplier_date_filter', null, ['class' => 'form-control', 'readonly', 'style' => 'background-color: white;']) !!}
{!! Form::label('supplier_filter', __('Supplier') . ':') !!} {!! Form::select('supplier_filter', $suppliers, null, ['class' => 'form-control select2', 'style' => 'width:100%']) !!}
{!! Form::label('performance_metric', __('Performance Metric') . ':') !!} {!! Form::select('performance_metric', $performance_metrics, null, ['class' => 'form-control select2', 'style' => 'width:100%']) !!}

0

{{ __('Total Suppliers') }}

@if($currency_placement === 'before'){{ $currency_symbol }}0@else 0{{ $currency_symbol }}@endif

{{ __('Total Spend') }}

0%

{{ __('Payment Compliance') }}

0

{{ __('Avg Delivery Days') }}

{{ __('Delivery Performance') }}

{{ __('Quality Assessment') }}

{{ __('Supplier Performance Rankings') }}

{{ __('Rank') }} {{ __('Supplier Name') }} {{ __('Total Orders') }} {{ __('Delivery Performance') }} {{ __('Quality Score') }} {{ __('Payment Compliance') }} {{ __('Risk Level') }} {{ __('Overall Score') }}
{{ __('Loading...') }}

{{ __('Supplier Risk Distribution') }}

{{ __('Payment Compliance Trends') }}

{{ __('Detailed Performance Analysis') }}

{{ __('Top Performing Suppliers') }}

{{ __('Loading...') }}

{{ __('Suppliers Requiring Attention') }}

{{ __('Loading...') }}

{{ __('Key Performance Insights') }}

{{ __('Analyzing supplier performance...') }}
@endsection @section('javascript') @endsection