@extends('layouts.app') @section('content')

🔒 Access Denied

You do not have permission to access this page. Only operations staff can view QR-based order interfaces.

@if(auth()->check())

Logged in as: {{ auth()->user()->name }}

@endif Return Home
@endsection