@extends('layouts.app') @section('title', __('sale.pos_sale')) @section('content')
{!! $pos_settings['display_screen_heading'] !!}
@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')
@lang('sale.item'):  0 @lang('sale.total'):  0
@lang('sale.discount') (-): 0 @lang('sale.order_tax') (+): 0 @lang('sale.shipping') (+): 0 @lang('sale.total_payable'): 0
@lang('lang_v1.total_paying'):
0
@lang('lang_v1.change_return'):
0
@lang('lang_v1.balance'):
0
@stop @section('css') @if (!empty($pos_module_data)) @foreach ($pos_module_data as $key => $value) @if (!empty($value['module_css_path'])) @includeIf($value['module_css_path']) @endif @endforeach @endif @stop @section('javascript') @endsection