@if(auth()->user()->is_platform_owner)

حداقل تسویه بازاریاب

@csrf

تغییر حد نصاب فقط روی درخواست‌های جدید اثر می‌گذارد.

@endif @if($requests)

درخواست‌های تسویه بازاریابان

@foreach($requests as $p)@endforeach
بازاریاب / مبلغحساب مقصدوضعیتثبت نتیجه
{{ $p->name }}

{{ \App\Support\Persian::money($p->amount_rial) }}

{{ \App\Support\Persian::date($p->created_at) }}
{{ $p->beneficiary }}

{{ \Illuminate\Support\Facades\Crypt::decryptString($p->bank_account) }}

{{ ['pending'=>'در انتظار','paid'=>'پرداخت‌شده','rejected'=>'ردشده','cancelled'=>'لغوشده'][$p->status]??'در بررسی' }}@if($p->status==='pending')
@csrf
@csrf
@else{{ $p->resolution_note??$p->payment_reference??'—' }}@endif
{{ $requests->links('pagination') }}
@endif