@extends('decorator.console')
@section('page-title')
{{ trans('queueCounter.open.title') }}
@stop
@section('html-head')
@stop
@section('page-wrapper')
@include('common.console.message')
{{ $queueCounter->name }}
Now Serving
Currently you are not serving anyone.
You can start serving by clicking "Call next" button.
@include('console.queueCounterOpen_style')
@include('console.queueCounterOpen_script')
@stop