{{ __('Create Product') }}

{{ __('Initial Warehouse Stock') }}

{{ __('Enter the initial stock of the product in each warehouse, or leave it blank to create infos without stock.') }} @foreach ($this->warehouses as $warehouse)

{{ $warehouse->name }}

@endforeach
{{ __('Create') }}