| # | {{ __('Action') }} | {{ __('Order Id') }} | {{ __('Status') }} | {{ __('Detail') }} | {{ __('Total') }} | {{ __('Renew At') }} | {{ __('Expired At') }} | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->order_id }} | {{ $item->status }} |
@php
$details = json_decode($item->detail, true);
@endphp
{{ __('Customer Details') }}:
{{ __('Item Details') }}:
|
{{ 'Rp. ' . number_format($item->amount, 0, ',', '.') }} | @if ($item->status == 'success'){{ \Carbon\Carbon::parse($item->updated_atrenew)->format('l, d F Y') }} | {{ \Carbon\Carbon::parse($item->expired_at)->format('l, d F Y') }} | @else- | - | @endif