@extends('admin.layout') @section('title', 'Mệnh giá ' . $game->name) @section('heading', 'Mệnh giá & tiền ảo') @section('content')

{{ $game->name }} — tiền ảo nhận: {{ $game->currency_label }}

← Quay lại danh sách game
@forelse($packages as $p) @empty @endforelse
#Số tiền (VND)Tiền ảo nhậnNhãnHiể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' !!}
@csrf @method('DELETE')
Chưa có mệnh giá nào.

Thêm mệnh giá

@csrf
@endsection @push('scripts') @endpush