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

Edit Product Stock Back to Stock

Edit Stock Details
@if (Session::has('alert')) @endif
@csrf @method('PUT')
@error('stock_batch_number') {{ $message }} @enderror
@error('stock_purchase_date') {{ $message }} @enderror
@error('stock_expiry_date') {{ $message }} @enderror
@endsection