Select Kiosk Counter
Choose the kiosk terminal to start ordering.
@foreach($counters as $counter)
{{ $counter->branch->name }}
{{ $counter->name }}
@endforeach
@if($counters->isEmpty())
No kiosk counters available.
@endif