@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 Code
@if ($isTakeawayEnabled)
Takeaway QR Code
@else
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
@if ($isTakeawayEnabled) @endif @endsection @push('styles') @endpush @push('scripts') @endpush