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

Consumable Category

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