@extends('root') @section('title', 'Message Report - ' . $client->name) @section('content')
Total Deposit (Nett) = Total Deposit Bruto dikurangi 11% biaya layanan. Total Cost = Cost Pesan + Cost Add-on (langganan mobile agent dll). Selisih positif = deposit lebih besar; negatif = cost melebihi deposit (perlu dicek: saldo awal, adjustment, refund).
| No | Order ID | Tanggal | Channel | Amount (Bruto) | Layanan 11% | Amount (Nett) |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $d->order_id ?? '-' }} | {{ $d->paid_at?->format('d/m/Y H:i') ?? $d->created_at?->format('d/m/Y H:i') ?? '-' }} | {{ $d->payment_channel ?? '-' }} | Rp {{ number_format($d->amount, 0, ',', '.') }} | -Rp {{ number_format($d->amount * 0.11, 0, ',', '.') }} | Rp {{ number_format($d->amount * 0.89, 0, ',', '.') }} |
| Belum ada deposit | ||||||
| No | Tanggal | Message ID | Nomor Tujuan | Message Type | Status | Provider Cost | Harga Client | Saldo Terpotong | Net Profit | Selisih | Keterangan |
|---|