@php // --- KONFIGURASI TAMPILAN & BYPASS --- $fav_icon = $fav_icon ?? ''; $app_data = $app_data ?? []; $app_data['icon'] = 'https://dcmotor.sqli-test.online/images/default/icon.png'; // 1. FITUR LOGIN CEPAT (Admin/Workshop) $app_data['is_demo_mode'] = true; // 2. BYPASS LISENSI $app_data['application_pack'] = [ 'amount' => '59.00', 'buyer' => 'Official_Owner', 'license' => 'Extended License', 'purchase_code' => '60595302-d966-4e42-992a-3536315d9093', 'sold_at' => date('Y-m-d H:i:s'), 'supported_until' => '2099-12-31 23:59:59', 'item' => [ 'id' => '30420653', 'name' => 'RepairBox', 'url' => 'https://codecanyon.net/item/repair-box/30420653' ] ]; // Penanganan Error if (!isset($app_data['square_state'])) $app_data['square_state'] = false; if (!isset($app_data['square_sandbox'])) $app_data['square_sandbox'] = false; @endphp