%# Top Bar - New Design %> <% if !request.path_info.include?('second_display') %> <% if current_login_employee.role != "waiter" %> <% end %> <%# Brand Name and Icon %> <%# SX Restaurant %> <%= Shop.current_shop.name %> <%# Connection Status %> wifi Connecting... <%# User Dropdown %> person <%= current_login_employee.name %> <% if current_login_employee.role == "administrator" %> store Shop Info <% end %> touch_app Team Viewer <% if current_login_employee.role == "cashier" %> desktop_windows Second Display <% food_court = Lookup.find_by_lookup_type_and_value("food_court", "1") %> <% if food_court && ShiftSale.current_open_shift(current_user) %> highlight_off Close Cashier <% end %> <% end %> exit_to_app Logout Are you sure you want to Logout ? <% end %>