@extends('layouts.app') @section('title', 'مندوبي المبيعات') @section('content')
إدارة مناديب المبيعات وعمولاتهم ومستهدفاتهم
{{ session('success') }}
| # | الاسم | نسبة العمولة | المستهدف (فترة) | الحالة | الإجراءات |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $representative->name }}
|
{{ $representative->commission_rate }} % ({{ $representative->commission_type == 'percentage' ? 'نسبة مئوية' : 'مبلغ ثابت' }}) | {{ number_format($representative->target_amount, 2) }} / {{ $representative->target_period == 'monthly' ? 'شهرياً' : ($representative->target_period == 'quarterly' ? 'ربع سنوي' : 'سنوياً') }} | @if($representative->status == 'active') نشط @else غير نشط @endif | |
| لا يوجد مناديب مبيعات حالياً | |||||