📋
{{ number_format($stats['total_templates']) }}
Tổng Templates
{{ number_format($stats['active_templates']) }}
Đang hoạt động
{{ number_format($stats['upcoming_templates']) }}
Sắp bắt đầu
🏁
{{ number_format($stats['ended_templates']) }}
Đã kết thúc
Battle Pass Templates/Seasons
@if($templates->count() > 0) @foreach($templates as $template) @endforeach
Template Info Thời gian hiển thị Giá User đã mua Trạng thái Hành động
{{ $template->package_name }}
{{ $template->duration_days }} ngày • Level {{ json_decode($template->daily_rewards)->max_level ?? 'N/A' }}
Từ: {{ \Carbon\Carbon::parse($template->display_start_date)->format('d/m/Y H:i') }}
Đến: {{ \Carbon\Carbon::parse($template->display_end_date)->format('d/m/Y H:i') }}
{{ \Carbon\Carbon::parse($template->display_start_date)->diffInDays(\Carbon\Carbon::parse($template->display_end_date)) }} ngày
${{ number_format($template->price, 2) }}
@if($template->coins_price > 0)
{{ number_format($template->coins_price) }} coins
@endif
{{ $template->active_purchases_count }} active
{{ $template->user_purchases_count }} total
{{ $template->status_text }}
Xem Edit @if($template->user_purchases_count > 0) Users @endif
@else

Không có template nào

Chưa có Battle Pass template nào được tạo.

Tạo Template đầu tiên
@endif
@if($templates->hasPages())
{{ $templates->links() }}
@endif