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