@extends('layouts.sales') @section('title', 'Pencairan Komisi') @section('content') {{-- ── PAGE HEADER ──────────────────────────────────────── --}}
Kelola dan ajukan pencairan komisi Anda
| Tanggal | Request | Fee | Diterima | Status | Aksi |
|---|---|---|---|---|---|
|
{{ $w->date->format('d M Y') }}
{{ $w->date->format('H:i') }}
|
Rp {{ number_format($w->amount, 0, ',', '.') }}
|
Rp {{ number_format($w->admin_fee, 0, ',', '.') }}
|
Rp {{ number_format($w->received_amount, 0, ',', '.') }}
|
{{ $badgeText }} | @if($w->status === 'approved') @elseif($w->status === 'rejected') @else @endif |
|
Belum ada riwayat pencairan
|
|||||