@extends('layouts.app') @section('content')

Bond Product

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