@extends('layouts.horizontal', ['title' => 'Dispatch Notes', 'topbarTitle' => 'Products']) @section('css') @vite(['node_modules/select2/dist/css/select2.min.css']) @endsection @section('content')

Product Dispatch (Consumption)

@php $breadcrumb = getCurrentMenuBreadcrumb(); @endphp @if(!empty($breadcrumb)) @endif
@if ($errors->any()) @endif
Filter Products
Loading...
Product Qty Per Unit Measure Unit Batch ID Batch No. Store In Stock Action
Dispatch Notes
ID Date Batch ID Batch Dispatch Qty. Dispatch Measure Measure Unit Dispatched To Remarks Visit Request Action
{{-- Dispatch Add Modal --}} @endsection @section('scripts') @endsection