@extends('layouts.super_admin') @section('title', 'Daftar Transaksi Token') @section('content')
| No | LBB | Tanggal | Token | Total (Rp) | Status | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($orders->currentPage() - 1) * $orders->perPage() }} |
{{ $order->lbb->name }}
|
{{ $order->date ? $order->date->format('d M Y') : '-' }}
|
{{ number_format($order->token_amount) }}
|
Rp {{ number_format($order->total_price, 0, ',', '.') }}
|
@if($order->status === 'completed') Completed @elseif($order->status === 'pending') Pending @elseif($order->status === 'verification') Verification @else Cancelled @endif |
Tidak ada data transaksi