@if(isset($product)) {!! Form::open(['url' => route('stocktakes.store', ['productId' => $product->product_id]), 'method' => 'POST', 'id' => 'modal_add_form']) !!} @else

No product information available.

@endif @if(count($all_locations) > 1)