@extends('admin.master') @if(isset($editModeData)) @section('title','Edit POS Sale') @else @section('title','Add POS Sale') @endif @section('page_css') @endsection @section('content')
  • @{{ error[0] }}
Previous Due: @{{ customer_due }} Tk
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

@endsection @section('page_scripts') @endsection