@extends('layouts.app') @section('content')
Analysez vos performances et tendances d'enchères
Total Bids
{{ $stats['total_bids'] }}
All time
Success Rate
{{ $stats['success_rate'] }}%
Bids accepted
Avg Bid
€{{ number_format($stats['avg_bid_amount'], 2) }}
Per bid
Total Spent
€{{ number_format($stats['total_spent'], 2) }}
All bids
Active Bids
{{ $stats['active_bids'] }}
Pending response
Highest Bid
€{{ number_format($stats['highest_bid'], 2) }}
On {{ $stats['highest_bid_service'] ?? 'Service' }}
Lowest Bid
€{{ number_format($stats['lowest_bid'], 2) }}
On {{ $stats['lowest_bid_service'] ?? 'Service' }}
Median Bid
€{{ number_format($stats['median_bid'], 2) }}
Middle value
{{ $bid->service->name }}
{{ $bid->service->prestataire->name }}
€{{ number_format($bid->bid_amount, 2) }}
{{ ucfirst($bid->status) }}Aucune offre pour le moment
@endforelse