@extends('layouts.app') @section('content')
@if(empty(session()->get('discount')) || null) @if(!empty($cartItems)) @else @endif @endif
Scan Barcode
@csrf
New Invoice {{auth()->user()->branch}}
Product Name*
Quantity*
Order Type
@if(auth()->user()->sales_person_category == "Delivery")
@else
@endif
@if(empty($checkseesion))
@else @foreach($cartItems as $key => $cart) @endforeach
Invoice Details
Product Category Quantity Price Amount (Net) Actions
currency}}@convert($cart['invoice_unit_price'] * $cart['invoice_quantity'])">
 

Subtotal

Discount

VAT

Total Amount

@convert(empty($checkseesion) ? 0 : $totalCart)