@extends('admin.layout') @section('title', 'Dashboard') @section('content')
Total Prestataires
{{ $stats['total_providers'] }}
Actifs
{{ $stats['active_providers'] }}
Inactifs
{{ $stats['inactive_providers'] }}
{{ $provider->business_name }}
{{ $provider->user->email }}
Aucun prestataire pour le moment
@endif