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

Distributor Stock Management

@CSRF

Stock Reset

Warning:
Before resetting the stock to zero, please ensure that:

  1. There are no existing stock allocations.
  2. There are no existing dispatched orders/load sheets waiting to be executed.

Resetting the stock to zero will permanently delete all existing stock records for this distributor. Please ensure that this is the correct action to take before proceeding.

@if (session('stock-success'))
{{ session('stock-success') }}
@endif @if (session('stock-error'))
{{ session('stock-error') }}
@endif
@endsection