@extends('layouts.admin-modern') @section('title', 'Gestion des Prestataires') @push('head') @endpush @section('content')
Gérez et supervisez tous les prestataires de la plateforme TaPrestation.
Total Prestataires
{{ $stats['total'] }}
Total inscrit
Prestataires Approuvés
{{ $stats['approved'] }}
{{ $stats['total'] > 0 ? round(($stats['approved'] / $stats['total']) * 100, 1) : 0 }}% du total
Prestataires en Attente
{{ $stats['pending'] }}
{{ $stats['total'] > 0 ? round(($stats['pending'] / $stats['total']) * 100, 1) : 0 }}% du total
Nouveaux ce mois
{{ $stats['new_this_month'] }}
{{ now()->format('F Y') }}
Aucun prestataire ne correspond aux critères de recherche.