@extends('layouts.app')
@section('styles')
@endsection
@section('content')
| الاسم |
البريد الإلكتروني |
النسبة على الطلبات |
الرصيد |
عدد المسجلين من خلاله |
إجراء |
@foreach ($marketers as $marketer)
| {{ $marketer->name }} |
{{ $marketer->email }} |
{{ $marketer->ratio . '%' }} |
{{ $marketer->balance }} |
{{ $marketer->clients()->count() }} |
|
@endforeach
@endsection('content')
@section('scripts')
@endsection