@extends('layouts.app') @section('title', 'Receive Products') @section('content')

Receive Products

Record new stock received from supplier

@csrf

Order Information

{{-- Products Table --}}

Products

{{-- First row pre-added --}}
Name Quantity Received Unit Buying Price Total Paid Expiration Date
KES 0
Total: KES 0
{{-- Payment --}}

Payments

KES 0
Cancel
@endsection @section('scripts') @endsection