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

Consumable Settings

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