@extends('layouts.app') @section('title', 'New Stock Transfer') @section('breadcrumb') @endsection @section('content')
@csrf
Transfer Details
@error('from_warehouse_id')
{{ $message }}
@enderror
@error('to_warehouse_id')
{{ $message }}
@enderror
Items to Transfer
Product / Variant Current Stock Transfer Qty
Click "Add Item" to add products to transfer.
Transfer will first be dispatched (stock out from source), then received (stock in at destination).
Cancel
@endsection @push('scripts') @endpush