{{-- @if(isset($product)) {{ Form::hidden('product_id', $product->id) }} @elseif($inventory) {{ Form::hidden('product_id', $inventory->product_id) }} @endif --}} @if(isset($inventory)) @php $product = $inventory->product; @endphp @endif {{ Form::hidden('product', $product) }}
* {{ trans('app.form.required_fields') }}