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

Bond Material Recipe

@include('adminlte-templates::common.errors')
{!! BootForm::open()->multipart()->action(route('bondMaterialRecipes.update', $recipe->material_id))->patch() !!} {!! BootForm::bind($recipe)!!} @include('bond_material_recipes.fields') {!! BootForm::close() !!}
@endsection