@extends('layouts.app') @section('content')
@csrf
@if(auth()->user()->sales_person_category == "Counter")
Scan Barcode
@endif
@csrf
New Invoice{{auth()->user()->branch}}
Product Name
Quantity
Order Type
@if(Route::currentRouteName() == "indexAgency") @endif
@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'])">
 
Note

Subtotal

Discount

VAT

Total Amount

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