@extends('layouts.pos') @section('css') @endsection @section('content')
| {{ __('Items') }} | {{ __('Unit Price') }} | {{ __('Quantity') }} | {{ __('Total Price') }} |
|---|
| {{ __('Sub Total') }} | 0 | |||
| {{ __('Tax') }} | 0 | |||
| {{ __('Shipping') }} | ||||
| {{ __('Discount on Cart') }} | 0 | |||
| {{ __('Products count') }} ( 0 ) | {{ __('Net Payable') }} | 0 | ||
@endif
{{ $item->name }}
{{ isset($item->salePrices->price) ? formatCurrencyAmount($item->salePrices->price) : formatCurrencyAmount(0) }}