@extends('layouts.simple.master') @section('main_content') @include('operations.comercial.ofertas.navigation_explotacion')
{{ $competitorRanking->competitor_rank ?? 'N/A' }}
{{ $percentageWon !== null ? number_format($percentageWon, 2, ',', '.') . '%' : 'N/A' }}
{{ $percentageExcluded !== null ? number_format($percentageExcluded, 2, ',', '.') . '%' : 'N/A' }}
{{ $percentageSecond !== null ? number_format($percentageSecond, 2, ',', '.') . '%' : 'N/A' }}
{{ $averageDiscount !== null ? number_format($averageDiscount, 2, ',', '.') . '%' : 'N/A' }}
{{ $averageEstimatedBusiness !== null ? number_format($averageEstimatedBusiness, 2, ',', '.') : 'N/A' }}
{{ number_format($performanceEcon, 2, ',', '.') }}%
{{ number_format($performanceTca, 2, ',', '.') }}%
{{ number_format($descuentoAdjudicado, 2, ',', '.') }}%
{{ $emblematicClient->cliente }} ({{ number_format($emblematicClient->importe_estimado, 2, ',', '.') }} €)
{{ $bestYear->year }} ({{ number_format($bestYear->total_amount, 2, ',', '.') }} €)
{{ $bestBusinessLine->linea_negocio }} ({{ number_format($bestBusinessLine->total_amount, 2, ',', '.') }} €)
{{ $bestClientActivity->actividad_cliente }} ({{ number_format($bestClientActivity->total_amount, 2, ',', '.') }} €)
Provincia | Presentadas | % Ganado | % Exclusión | % Queda 2º | % Descuento Medio | Media Negocio Aspirado | Performance Económica | Performance Técnica | Descuento Adjudicado |
---|---|---|---|---|---|---|---|---|---|
{{ $data->provincia_oferta }} | {{ number_format($data->total_presented, 0, '.', ',') }} | {{ number_format($data->percentage_won, 2, '.', ',') }}% | {{ number_format($data->percentage_excluded, 2, '.', ',') }}% | {{ number_format($data->percentage_second, 2, '.', ',') }}% | {{ number_format($data->average_discount, 2, '.', ',') }}% | {{ number_format($data->average_estimated_business, 2, '.', ',') }} | {{ number_format($data->performance_econ, 2, '.', ',') }}% | {{ number_format($data->performance_tca, 2, '.', ',') }}% | {{ number_format($data->descuento_adjudicado, 2, '.', ',') }}% |
Línea de Negocio | Presentadas | % Ganado | % Exclusión | % Queda 2º | % Descuento Medio | Media Negocio Aspirado | Performance Económica | Performance Técnica | Descuento Adjudicado |
---|---|---|---|---|---|---|---|---|---|
{{ $data->linea_negocio }} | {{ number_format($data->total_presented, 0, '.', ',') }} | {{ number_format($data->percentage_won, 2, '.', ',') }}% | {{ number_format($data->percentage_excluded, 2, '.', ',') }}% | {{ number_format($data->percentage_second, 2, '.', ',') }}% | {{ number_format($data->average_discount, 2, '.', ',') }}% | {{ number_format($data->average_estimated_business, 2, '.', ',') }} | {{ number_format($data->performance_econ, 2, '.', ',') }}% | {{ number_format($data->performance_tca, 2, '.', ',') }}% | {{ number_format($data->descuento_adjudicado, 2, '.', ',') }}% |
Actividad Cliente | Presentadas | % Ganado | % Exclusión | % Queda 2º | % Descuento Medio | Media Negocio Aspirado | Performance Económica | Performance Técnica | Descuento Adjudicado |
---|---|---|---|---|---|---|---|---|---|
{{ $data->actividad_cliente }} | {{ number_format($data->total_presented, 0, '.', ',') }} | {{ number_format($data->percentage_won, 2, '.', ',') }}% | {{ number_format($data->percentage_excluded, 2, '.', ',') }}% | {{ number_format($data->percentage_second, 2, '.', ',') }}% | {{ number_format($data->average_discount, 2, '.', ',') }}% | {{ number_format($data->average_estimated_business, 2, '.', ',') }} | {{ number_format($data->performance_econ, 2, '.', ',') }}% | {{ number_format($data->performance_tca, 2, '.', ',') }}% | {{ number_format($data->descuento_adjudicado, 2, '.', ',') }}% |