@extends('layouts.app') @section('title', 'Generate QR - Tiqkets') @section('page-title', 'Generate QR') @section('content')
Restaurant QR Code
@if ($isTakeawayEnabled)
Takeaway QR Code
@else
Takeaway Not Enabled

Takeaway service is not enabled for this branch.

@endif
QR Code Instructions
Restaurant/Takeaway QR Code
  • Customers scan the QR code to join the dining queue, book a table, or join the takeaway queue.
  • Place the QR code at visible spots like the entrance, reception, takeaway counter, and waiting area.
  • Scanning the QR instantly opens the correct form based on the customer's need.
  • Customers receive automatic WhatsApp updates on their queue status, table readiness, or order progress.
  • Reduces crowding at the counter and lets staff focus more on service instead of managing queues manually.
@if ($isTakeawayEnabled) @endif @endsection @push('styles') @endpush @push('scripts') @endpush