@extends('layouts.app') @section('title', 'QR Codes - ' . $branch->branch_name) @section('page-title', 'QR Codes - ' . $branch->branch_name) @section('header-action') Back to Branches @endsection @section('content')
Restaurant QR
{!! $restaurantQrSvg !!}

Tiqkets

{{ $branch->branch_name }}

ID: {{ $branch->branch_code }}

Scan Me
QR Code URL: {{ $restaurantQrUrl }}
@if($isTakeawayEnabled)
Takeaway QR
{!! $takeawayQrSvg !!}

Takeaway

{{ $branch->branch_name }}

ID: {{ $branch->branch_code }}

Scan Me
QR Code URL: {{ $takeawayQrUrl }}
@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
  • Redirects to customer booking form
Takeaway QR Code
  • Customers scan to place takeaway orders
  • Display at takeaway counter
  • Redirects to takeaway order form
@endsection @push('styles') @endpush @push('scripts') @endpush