Suspend
@csrf
POS Number
Date
{{ trans('Payment OverDue Date') }}
{{ trans('Payment Methods') }}
{{ $invoice->payment_method }}
Cash
Credit
Consignment Terms
{{ trans('Search Customer Name & Phone No.') }}
Add
{{ trans('Name') }}
{{ trans('Phone Number') }}
{{ trans('Customer Type') }}
{{ trans('Address') }}
Choose Location
@foreach ($warehouses as $warehouse)
id == $invoice->location) selected @endif> {{ $warehouse->name }}
@endforeach
{{ trans('Search Item Name ') }}
{{ trans('Search Item Barcode') }}
{{ trans('Sale Price Category') }}
{{ $invoice->sale_price_category }}
Default
Whole Sale
Retail
{{ trans('No') }}
{{ trans('Item Name') }}
{{ trans('Descriptions') }}
{{ trans('Qty') }}
{{ trans('Unit') }}
{{ trans('လက်ကားစျေး') }}
{{ trans('လက်လီစျေး') }}
{{ trans('Expiry') }}
{{ trans('Amount') }} ({{ config('currency.symbol') }})
@foreach ($sells as $key => $sell)
{{ $key + 1 }}
{{ config('currency.symbol') }}
{{ intval($sell->product_qty) * floatval($sell->product_price) - (intval($sell->product_qty) * floatval($sell->product_price) * intval($sell->discount)) / 100 }}
Remove
@endforeach
{{ trans('Add row') }}
Calculate
Item Search
@if (isset($employees[0])) {{ trans('general.employee') }}
{{ $logged_in_user->first_name }}
@foreach ($employees as $employee)
{{ $employee->first_name }} {{ $employee->last_name }}
@endforeach
@endif
Sub Total
Discount
Total
Cash
Change Due
Remark
{{ $invoice->remark }}
Confirm
Cancel
{{-- --}}