@extends('layouts.horizontal', ['title' => 'New Goods Receipt Note', 'topbarTitle' => 'Purchases', 'nonav' => true]) @section('css') @vite(['node_modules/select2/dist/css/select2.min.css']) @endsection @section('content')
| Product | SKU | Unit Price | Ordered Qty | Received Qty | Returned Qty | Pending Qty | Receiving Now | Cost |
|---|---|---|---|---|---|---|---|---|
| {{ $item->product_name }} | {{ $item->sku }} | {{ $item->product_qty }} | {{ $item->total_received }} | {{ $item->total_returned }} | {{ $item->product_qty - $item->total_received + $item->total_returned }} | |||
| Total | ||||||||