@extends('layouts.admin') @section('title', 'أداء المناديب') @section('page_title', 'أداء المناديب') @section('content')
| المندوب | الطلبات | الإجمالي | الزيارات |
|---|---|---|---|
| {{ $r->name }} | {{ $r->orders_count }} | {{ number_format($r->orders_total, 2) }} | {{ $r->visits_count }} |
| لا توجد بيانات | |||