@extends('layouts.super_admin') @section('title', 'Token Management') @section('content')
| Tanggal | LBB | Jumlah | Tipe | Catatan |
|---|---|---|---|---|
|
{{ $transaction->created_at->format('d M Y') }}
{{ $transaction->created_at->format('H:i') }}
|
{{ $transaction->lbb->name }} |
@if($transaction->type === 'inject')
+{{ number_format($transaction->amount) }}
@elseif($transaction->type === 'usage')
-{{ number_format($transaction->amount) }}
@else
{{ number_format($transaction->amount) }}
@endif
|
@switch($transaction->type) @case('inject') Inject @break @case('usage') Usage @break @case('refund') Refund @break @default {{ ucfirst($transaction->type) }} @endswitch |
{{ $transaction->notes ?? '-' }}
|
Tidak ada riwayat token