ultimatepos/resources/views/sale_pos/partials/right_div.blade.php

7 lines
213 B
PHP

@if($pos_settings['hide_product_suggestion'] == 0)
@include('sale_pos.partials.product_list_box')
@endif
@if($pos_settings['hide_recent_trans'] == 0)
@include('sale_pos.partials.recent_transactions_box')
@endif