@extends('admin.master') @if(isset($editModeData)) @section('title','Edit POS Sale') @else @section('title','Add POS Sale') @endif @section('page_css') @endsection @section('content')
| Product | Price | Stock Qty | Qty | Subtotal | ||
|---|---|---|---|---|---|---|
| @{{ data.name }} | @{{ data.product_stock_quantity }} | @{{ data.retail_price * data.qty}} | 0 | |||
| Total Qty | @{{ itemTotal }} | @{{ subTotal }} | ||||
| Tax | ||||||
| Discount | ||||||
| Net Total | ||||||
| Payment | ||||||
| Due | ||||||