@extends('layouts.app') @section('title', 'Generate QR - Tiqkets') @section('page-title', 'Generate QR') @section('content')
Restaurant QR
{!! $restaurantQrSvg !!}

Tickets

{{ $branch->branch_name }}

ID: {{ $branch->branch_code }}

Scan Me
@if($isTakeawayEnabled)
Takeaway QR
{!! $takeawayQrSvg !!}

Takeaway

{{ $branch->branch_name }}

ID: {{ $branch->branch_code }}

Scan Me
@else
Takeaway QR
Takeaway Not Enabled

Takeaway service is not enabled for this branch.

@endif
QR Code Instructions
Restaurant QR Code
  • Customers scan to join the dining queue
  • Display at restaurant entrance
  • Automatically generated when branch is created
Takeaway QR Code
  • Customers scan to place takeaway orders
  • Display at takeaway counter
  • Available only if takeaway is enabled
@endsection @push('styles') @endpush