@include('layouts.partials.breadcrumb', ['title' => $title])
{{ html()->modelForm($stockLocation, 'PUT')->route('stockLocation.update', $stockLocation->id)->class(['needs-validation'])->attributes(['novalidate', 'enctype' => 'multipart/form-data'])->open() }}
@include('stock::stockLocation.partials.action')
{{ html()->closeModelForm() }}