@extends('layouts.admin') @section('title', 'Quản lý giftcode - MU Admin Panel') @section('styles') @endsection @section('content')
Tạo và quản lý giftcode cho người chơi
| Code | Tên | Phần thưởng | Sử dụng | Trạng thái | Hết hạn | Tạo bởi | Ngày tạo | Hành động |
|---|---|---|---|---|---|---|---|---|
| {{ $giftcode->code }} | {{ $giftcode->name }} |
@if(isset($rewards['coins']) && $rewards['coins'] > 0)
💰 {{ number_format($rewards['coins']) }} coin
@endif
@if(isset($rewards['items']) && count($rewards['items']) > 0)
🎁 {{ count($rewards['items']) }} item(s)
@endif
|
{{ $giftcode->used_count }}/{{ $giftcode->max_uses }}
{{ number_format($usagePercent, 1) }}%
|
@if(!$giftcode->is_active) Vô hiệu hóa @elseif($isExpired) Hết hạn @elseif($isUsedUp) Hết lượt @else Hoạt động @endif | {{ $giftcode->expires_at ? date('d/m/Y', strtotime($giftcode->expires_at)) : 'Không giới hạn' }} | {{ $giftcode->admin_username }} | {{ date('d/m/Y H:i', strtotime($giftcode->created_at)) }} |
Hãy tạo giftcode đầu tiên cho người chơi