@extends('admin.layout') @section('title', 'Mệnh giá ' . $game->name) @section('heading', 'Mệnh giá & tiền ảo') @section('content')
| # | Số tiền (VND) | Tiền ảo nhận | Nhãn | Hiển thị | |
|---|---|---|---|---|---|
| {{ $p->id }} | {{ number_format($p->price, 0, ',', '.') }}đ | {{ number_format($p->virtual_amount) }} {{ $game->currency_label }} | {{ $p->label ?: '—' }} | {!! $p->active ? 'Bật' : 'Tắt' !!} | |
| Chưa có mệnh giá nào. | |||||