You need at least two locations to transfer stock.
Create locations in the database (e.g., 'Main' and 'Outlet'). If you need, I can add a simple Locations admin later.
Please fix the errors below
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach