@extends('layouts.app') @section('content')
@if(empty(session()->get('discount')) || null) @if(!empty($cartItems)) @else @endif @endif
Scan Barcode
@csrf
New Invoice
Product Name
Quantity
{{empty($app->currency) ? "GHS" : $app->currency}}
Price
{{empty($app->currency) ? "GHS" : $app->currency}}
Total Price
Order Type
Placing Order to
@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_total_price'])">
 

Subtotal

Discount

VAT

Total Amount

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