Packs
Gere os packs disponíveis na plataforma
Total de Packs
{{ $totalPacks }}
{{ $activePacks }} ativos
Packs Visíveis
{{ $visiblePacks }}
{{ $totalPacks > 0 ? round(($visiblePacks/$totalPacks)*100) : 0 }}% do total
Em Destaque
{{ $highlightedPacks }}
packs destacados
Pendentes
@if(isset($bestSellers) && $bestSellers->count() > 0)
@foreach($bestSellers as $index => $pack)
@php
$colors = ['#E74C3C', '#9B59B6', '#1ABC9C'];
$color = $colors[$index % count($colors)];
@endphp
{{ $pendingPacks }}
aguardam aprovação
TOP {{ $index + 1 }}
@endforeach
@endif
@if($pack->pro_img)
@else
@endif
{{ Str::limit($pack->pro_description_pt, 15) }}
Sucesso! {{ session('success') }}
Erro! {{ session('error') }}
Filtros
Lista de Packs
@if($packs->isEmpty())
@else
@endif
| Imagem | Descrição | Categoria | Estado | País | Visualizações | Ações |
|---|