@extends('admin.layout') @section('title', 'Gạch thẻ cào') @section('heading', 'Kiểm tra gạch thẻ cào') @section('content')

Thẻ cào đã gửi

@foreach(['all' => 'Tất cả', 'pending' => 'Chờ xử lý', 'success' => 'Thành công', 'failed' => 'Sai/Thất bại'] as $k => $label) {{ $label }} @endforeach
@forelse($exchanges as $e) @empty @endforelse
IDNhà mạngSerialMã thẻMệnh giáThực nhậnKháchTrạng tháiDuyệt
#{{ $e->id }} {{ $e->telco }} {{ $e->serial }} {{ $e->code }} {{ number_format($e->amount, 0, ',', '.') }}đ {{ $e->real_value ? number_format($e->real_value, 0, ',', '.').'đ' : '—' }} {{ $e->user->name ?? 'Khách' }} @include('admin.partials.status', ['status' => $e->status])
@csrf
Chưa có thẻ nào được gửi.
{{ $exchanges->links() }}
@endsection