@extends('client.layouts.client') @section('title', 'Nạp tiền thẻ cào') @section('content')
| ID | Loại thẻ | Mệnh giá | Seri | Mã thẻ | Thực nhận | Trạng thái | Thời gian gửi |
|---|---|---|---|---|---|---|---|
| {{ $item['id'] }} | {{ $item['card_type'] }} | {{ number_format($item['card_amount']) }} đ | {{ $item['card_serial'] }} | {{ $item['card_code'] }} | {{ number_format($item['card_real_amount']) }} đ | {!! statusCard($item['status']) !!} | {{ $item['created_at'] }} |