{{ __('Transfer Warehouse') }}

{{ __('Back to stock levels') }}
@if (session('error'))
{{ session('error') }}
@endif

{{ __('Moves stock for one product from one warehouse to another. Both the source and destination are recorded as a single, linked movement.') }}

@csrf
{{ __('Cancel') }} {{ __('Record Transfer') }}