@if (in_array('Order', restaurant_modules()) && user_can('Show Order'))
@endif
@if (in_array('Reservation', restaurant_modules()) && user_can('Show Reservation') && in_array('Table Reservation', restaurant_modules()))
@endif
@if (in_array('Waiter Request', restaurant_modules()) && user_can('Manage Waiter Request'))
@endif