@extends('layouts.app') @section('content')

Dispatch Stock Allocation

Deduct inventory from the central warehouse and generate transit challans for terminal counters.

@if(session('error'))
{{ session('error') }}
@endif
@csrf
@error('product_id')
{{ $message }}
@enderror
@error('exhibition_id')
{{ $message }}
@enderror
@error('quantity_sent')
{{ $message }}
@enderror
Cancel
@endsection