@extends('admin.layouts.app') @section('title', 'Detail Payment: ' . $payment->payment_code) @section('content')
Kode Payment
Subtotal
Rp {{ number_format($payment->display_subtotal, 0, ',', '.') }}
Diskon
Rp {{ number_format($payment->display_discount_total, 0, ',', '.') }}
Total
Rp {{ number_format($payment->display_total, 0, ',', '.') }}
| Game | Harga | Diskon | Qty | Subtotal |
|---|---|---|---|---|
|
@if($item->game?->thumbnail_url)
N/A
@endif
{{ $item->title }} Game ID: {{ $item->game_id ?? '-' }} |
Rp {{ number_format($item->price, 0, ',', '.') }} | {{ $item->discount_percent }}% | {{ $item->quantity }} | Rp {{ number_format($item->line_total, 0, ',', '.') }} |