Table Assignment
This QR code (#{{ $qrCode->id }}) was not yet assigned.
Assign it to a table using input below:
@csrf
@foreach ($qrCode->restaurant->tables->all() as $table)
{{ $table->name }}
@endforeach
Assign