@extends('layouts.super_admin') @section('title', 'Pencairan Komisi') @section('content')
| No | Sales | Tanggal | Nominal | Status | Action |
|---|---|---|---|---|---|
| {{ ($withdraws->currentPage() - 1) * $withdraws->perPage() + $loop->iteration }} |
{{ $withdraw->sales->user->name }}
{{ $withdraw->sales->user->email }}
|
{{ $withdraw->date ? $withdraw->date->format('d M Y') : '-' }}
|
Rp {{ number_format($withdraw->amount, 0, ',', '.') }}
|
@if($withdraw->status === 'approved') Disetujui @elseif($withdraw->status === 'pending') Pending @else Ditolak @endif |
Tidak ada data pencairan