{!! BootForm::open()->multipart()->action(route('bondProducts.update', $bondProduct->id))->patch() !!}
{!! BootForm::bind($bondProduct)!!}
@include('bond_products.fields')
{!! BootForm::close() !!}