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

Bond Recipe Production

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