Purchase Order Edit

@csrf
@if (Auth::user()->is_admin == '1' || Auth::user()->type == 'Admin')
@elseif (Auth::user()->type == 'Warehouse') @endif
@if (session('success')) @endif @if (session('error')) @endif
@if($purchase_orders->balance_due == 'PO') @endif
@foreach ($purchase_sells as $key => $po) {{-- --}} @endforeach
{{ trans('No') }} {{ trans('Item Name') }} {{ trans('Item Descriptions') }} {{ trans('Quantity') }} {{ trans('Unit') }} {{ trans('Unit Price') }} {{ trans('Expiry') }} {{ trans('Amount') }} ({{ config('currency.symbol') }})
{{ $key + 1 }} {{ config('currency.symbol') }} {{ intval($po->product_qty) * floatval($po->product_price) - (intval($po->product_qty) * floatval($po->product_price) * intval($po->discount)) / 100 }}


@if (isset($employees[0])) {{ trans('general.employee') }} @endif
Sub Total
Discount
Total
Deposit
Remaining Balance
Cancel