@extends('layouts.app') @section('title', __('sale.pos_sale')) @section('css') @endsection @section('content')
@php $hide_tax = ''; if( session()->get('business.enable_inline_tax') == 0){ $hide_tax = 'hide'; } @endphp {{-- @if(!empty($pos_settings['inline_service_staff'])) @endif --}} {{-- --}} {{-- --}}
@lang('sale.product') {{-- @show_tooltip(__('lang_v1.tooltip_sell_product_column')) --}} @lang('sale.qty') @lang('restaurant.service_staff') @lang('sale.price_inc_tax') @lang('sale.subtotal')
@stop @section('javascript') @endsection