@extends('core::layouts.master')
@section('title', $game['name'] . ' - ASETQU V.2')
@section('meta_description', $game['description'] ?? 'Mainkan ' . $game['name'] . ' dan dapatkan koin ASQ!')
@push('styles')
@endpush
@section('content')
{{-- Header --}}
{{-- Session Info --}}
Reward
{{ $game['point_reward'] }} Poin
Sisa Main Hari Ini
{{ $remainingPlays ?? $game['daily_limit'] }}
Range Score
{{ $game['min_score'] }} - {{ $game['max_score'] }}
{{-- Game Frame --}}
{{-- Loading Overlay --}}
{{-- Error Overlay --}}
Gagal Memuat Game
Terjadi kesalahan saat memuat game.
{{-- Game Iframe --}}
{{-- Status Bar --}}
Score:
0
Status:
Menunggu...
{{-- Score Input (shown when auto-score not detected) --}}
{{-- Back Button --}}
{{-- Result Modal --}}
Selamat!
0
+{{ $game['point_reward'] }} Poin
{{-- Refresh Confirmation Modal --}}
Refresh Game?
Refresh akan me-reset progress game dan memulai sesi baru.
@endsection
@push('scripts')
{{-- Game SDK --}}
@endpush