@extends('layouts.app') @section('content')
@include('incs.contentheader')
{{ csrf_field() }}
Purchasing Document #
Status
:
Qty
Barcode
Scan the barcode to
ADD
the quantity.
Transaction Date
Site
Confirmation Date
*
Document Type
*
Select Document Type
Air Way Bill
Delivery Receipt
Service Request
Reference #
*
Delivered By
*
Select Delivered By
Forwarder
Vendor
Forwarder
*
Select Forwarder
@foreach ($forwarders as $forwarder)
{{$forwarder->name}}
@endforeach
Vendor Name
*
Remarks
*
Select Remark
@foreach($remarks as $remark)
{{ $remark->name }}
@endforeach
Received By
Details
{{-- --}}
#
Line No
Barcode
Material
Name
Incoming Qty
Staggered Qty
Actual Qty
Discrepancy
Home
@if(\App\Models\Permission::canConfirm(session('allUserAccesses')['deliveries']))
Confirm
@endif
Primary
touch_app
@endsection @section('script') @endsection